smerny Posted March 24, 2011 Share Posted March 24, 2011 Hey, I'm looking into XSLT some and the tutorials I find show like: here is the xml, here is the xslt, and here is the outcome... but, i don't see how the xslt is linked with the xml, how do i make the xslt document? do i save it with .xslt? how do i use it with the xml? thanks for any help Link to comment https://forums.phpfreaks.com/topic/231630-xml-xslt/ Share on other sites More sharing options...
Maq Posted March 24, 2011 Share Posted March 24, 2011 Hey, I'm looking into XSLT some and the tutorials I find show like: here is the xml, here is the xslt, and here is the outcome... but, i don't see how the xslt is linked with the xml, how do i make the xslt document? do i save it with .xslt? how do i use it with the xml? thanks for any help The XSL sheet will parse and transform the XML document by setting up match rules. What exactly are you having trouble with? The actual code or setting it up? Link to comment https://forums.phpfreaks.com/topic/231630-xml-xslt/#findComment-1191878 Share on other sites More sharing options...
smerny Posted March 24, 2011 Author Share Posted March 24, 2011 setting it up, like for example i just want to see if i can get this to work on my computer: http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog_if so i copied the contents and saved them both into the same folder... an xml and an xsl document.. but if when i open either of them with a browser, i just see the text content Link to comment https://forums.phpfreaks.com/topic/231630-xml-xslt/#findComment-1191883 Share on other sites More sharing options...
smerny Posted March 25, 2011 Author Share Posted March 25, 2011 if anyone could point me in the right direction for setting up xslt, that would be great Link to comment https://forums.phpfreaks.com/topic/231630-xml-xslt/#findComment-1192209 Share on other sites More sharing options...
smerny Posted March 25, 2011 Author Share Posted March 25, 2011 think i just figured it out. <?xml-stylesheet type="text/xsl" href="xsldocument.xsl"?> Link to comment https://forums.phpfreaks.com/topic/231630-xml-xslt/#findComment-1192228 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.