XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 5th, 2003, 07:23 PM
CuTTeR CuTTeR is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 37 CuTTeR User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Question Formatting XML query

Using a mixture of PHP & Javascript, Is there any examples where I can format XML?

Basically I am getting an XML Query as 1 long line, eg:

<?xml version="1.0" ?><message id="list"><id>547</id><locationid>6877</locationid></message>

So i want to take this, and then have it outputted as :
<?xml version="1.0" ?>
<message id="list">
<id>547</id>
<locationid>6877</locationid>
</message>



(with tabs, as the post gets rid of them)
It is going to be displayed in IE, i have tried using Iframes and using IE inbuild XML parser, but it isn't working. So I just want to use a function that i can just output the formatted XML in a <PRE> text

Thanks in advance.

Reply With Quote
  #2  
Old May 6th, 2003, 08:04 PM
CuTTeR CuTTeR is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 37 CuTTeR User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Well i found a solution...

just create a php file which will just display the XML

in that file
header( "Content-type: text/xml" );

then display my XML code

then in IE create IFRAMES and it all works

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Formatting XML query


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway