Sign in
apache
/
xalan-java
/
076abe7ba8f824d6835d5a1933059c1552f4e81e
/
.
/
samples
/
SimpleTransform
/
foo.xsl
blob: 5da8d5ea31e9d412280652bc6efaeb22269339ba [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<xsl:stylesheet
xmlns:xsl
=
"http://www.w3.org/1999/XSL/Transform"
version
=
"1.0"
>
<xsl:template
match
=
"doc"
>
<out><xsl:value-of
select
=
"."
/></out>
</xsl:template>
</xsl:stylesheet>