Sign in
apache
/
xalan-java
/
5917c5472b67f0a7b596d8c4aed31f8a4aa1ec55
/
.
/
samples
/
UseStylesheetPI
/
foo.xsl
blob: 29b593efbd63beced13c4237c4ba5902c321ba8d [
file
]
<?
xml version
=
"1.0"
?>
<xsl:stylesheet
xmlns:xsl
=
"http://www.w3.org/1999/XSL/Transform"
version
=
"1.0"
>
<xsl:output
indent
=
"yes"
/>
<xsl:template
match
=
"doc"
>
<out><xsl:value-of
select
=
"."
/></out>
</xsl:template>
</xsl:stylesheet>