Including text files

For example,

<include_as_text source="bib.xml"/>

<xsl:template match="include_as_text">
  <xsl:value-of select="unparsed-text(@source)"/>
</xsl:template>

Previous | Next | Top | Cafe con Leche

Copyright 2000-2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 1, 2002