Recently I was answering question with something like this ...
In the xml file you want to link to your
style.xsltuse<?xml-stylesheet type="text/xsl" href="style.xslt"?>
I had to divide the line
In the xml file you want to link to your
style.xsltuse
and line
<?xml-stylesheet type="text/xsl" href="style.xslt"?>
with newline, in other case I got just
In the xml file you want to link to your
style.xsltuse
ignoring the second line, is this a bug? Is it at least documented somewhere?