github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-11-.xsl (about)

     1  <?xml version= "1.0"?>
     2                               
     3  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     4  
     5  <xsl:output method="html"/>
     6  <!--xsl:import href="test2.xsl"/-->
     7  
     8  <xsl:template match="/">
     9  <xsl:processing-instruction name="php">Success</xsl:processing-instruction>
    10  </xsl:template>
    11     
    12  </xsl:stylesheet>