How to link up XML file with XSLT file?

You can add this after the xml declaration

<?xml-stylesheet type="text/xsl" href="https://stackoverflow.com/questions/3456697/yourxsl.xsl"?>

Leave a Comment