|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: ALWAYS assignment of XSL stylesheets to XML file
> Instead most of the tutorials link the XSLT stylesheet at first into the XML document: > > <?xml version="1.0" encoding="...."> > <?xml-stylesheet type="text/xsl" href="D:\test\myxslt.xsl"?> The tutorials you are looking at then are in error as the href "attribute" of xml-stylesheet is supposed to be a URI and "D:\test\myxslt.xsl" is a URI of the unregisted URI scheme D, which probably isn't what was intended. The XML-stylesheet Pi is mainly (only?) useful in the context of a web browser where it is a convenient way of connecting an xml file with its desired styling. Some command line or IDE processors have switches to follow this link as well (eg saxon does if you use the -a flag instead of supplying a stylesheet on the command line) but in most of these environments it's simpler and more flexible to keep the linking between xml file and stylesheet out of the document. David
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






