•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the RSS, Web Services and SOAP section within the Web Development category of DaniWeb, a massive community of 373,932 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,218 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our RSS, Web Services and SOAP advertiser:
Views: 781 | Replies: 2 | Solved
![]() |
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..................
I an unknown to XML. Is XML is used for Page formatting or as a stylesheet creater etc.....
What this code is doing..................
var screenDocPath = Server.MapPath("screens/"+call+".xslt")//***APP VARIABLE
var screenDoc = Server.CreateObject("Msxml2.DOMDocument")
screenDoc.async = false
screenDoc.load(screenDocPath)
<%=dataDoc.transformNode(screenDoc)%>
Accept Challenges and Enjoy Coding... :)
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.
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.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb RSS, Web Services and SOAP Marketplace
- Previous Thread: MSSoap SDK 3.0 - Unable to read a SOAP file
- Next Thread: XSLT: Dynamical styling with Javascript


Linear Mode