|
Subject: Re: [xsl] multi-document question From: "Bruce D'Arcus" <bdarcus@xxxxxxxxxxx> Date: Sun, 23 Nov 2003 17:58:33 -0500 |
But you are using xml output in which case there are only five entities defined. (lt gt apos quot and amp) If your character data includes a < or & then most systems will use a lt or amp entity (as opposed to the alternative of a numeric character reference). Clearly a < character can not be linearised as < as it would be taken as markup.
<xsl:template match="mods">
<saxon:output href="{identifier[@type='citekey']}.mods" method="xml">
<xsl:copy>
<xsl:copy-of select="node()|@*"/>
</xsl:copy>
</saxon:output>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] multi-document question, David Carlisle | Thread | Re: [xsl] multi-document question, David Carlisle |
| [xsl] stylesheet params and parsing, Manolis Mavrikis | Date | Re: [xsl] stylesheet params and par, David Carlisle |
| Month |