XSLT Processing Instruction in an XML files
Just under:
< ?xml version="1.0" encoding="UTF-16"? > (no spaces after and before < and >)
you need to put:
< ?xml-stylesheet type="text/xsl" href="abc.xsl"? > (no spaces after and before < and >)
Simple?
Just under:
< ?xml version="1.0" encoding="UTF-16"? > (no spaces after and before < and >)
you need to put:
< ?xml-stylesheet type="text/xsl" href="abc.xsl"? > (no spaces after and before < and >)
Simple?