Readers, I viewed an xml file in my text editor with the following first two lines:
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href=".../filename.xsl"?> However, when I view the xml file in xxe, I cannot see any reference to the second line, about the stylesheet to use, therefore no style is applied. Why is the stylesheet not applied? How do I apply correctly the stylesheet? Thanks. Ren?.

