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..................

var screenDocPath	= Server.MapPath("screens/"+call+".xslt")//***APP VARIABLE
 var screenDoc		= Server.CreateObject("Msxml2.DOMDocument")
  screenDoc.async	= false
  screenDoc.load(screenDocPath)

<%=dataDoc.transformNode(screenDoc)%>

Recommended Answers

All 2 Replies

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.

Hi all this thread is solved. Yes the XSL is used to format the XML data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.