Advertisement
vannd9

Untitled

Apr 18th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <xsl:output method="xml" encoding="ISO-8859-1"/>
  2. <xsl:template match="example">
  3. <result>
  4. <xsl:value-of select="unparsed-text('.passwd', 'ISO-8859-1')"/>
  5. </result>
  6. </xsl:template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement