IS Page Foramating related to XML ???

Please support our RSS, Web Services and SOAP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved

Join Date: Jan 2008
Posts: 178
Reputation: sbv is an unknown quantity at this point 
Solved Threads: 8
sbv's Avatar
sbv sbv is offline Offline
Junior Poster

IS Page Foramating related to XML ???

 
0
  #1
Mar 1st, 2008
Hello friends....

I an unknown to XML. Is XML is used for Page formatting or as a stylesheet creater etc.....
What this code is doing..................
RSS, Web Services and SOAP Syntax (Toggle Plain Text)
  1. var screenDocPath = Server.MapPath("screens/"+call+".xslt")//***APP VARIABLE
  2. var screenDoc = Server.CreateObject("Msxml2.DOMDocument")
  3. screenDoc.async = false
  4. screenDoc.load(screenDocPath)
  5.  
  6. <%=dataDoc.transformNode(screenDoc)%>
Accept Challenges and Enjoy Coding... :)
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 155
Reputation: mostafadotnet is on a distinguished road 
Solved Threads: 10
mostafadotnet's Avatar
mostafadotnet mostafadotnet is offline Offline
Junior Poster

Re: IS Page Foramating related to XML ???

 
0
  #2
Mar 1st, 2008
I love you saying in your signature!

It transforms XML to be shown on screen to the user.
It's something like style-sheet but not exactly with that definition.It's just some filtering language.

http://en.wikipedia.org/wiki/Xslt

Good luck.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 178
Reputation: sbv is an unknown quantity at this point 
Solved Threads: 8
sbv's Avatar
sbv sbv is offline Offline
Junior Poster

Re: IS Page Foramating related to XML ???

 
0
  #3
Mar 3rd, 2008
Hi all this thread is solved. Yes the XSL is used to format the XML data.
Accept Challenges and Enjoy Coding... :)
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the RSS, Web Services and SOAP Forum


Views: 1447 | Replies: 2
Thread Tools Search this Thread



Tag cloud for RSS, Web Services and SOAP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC