|
RE: [Announce] Escaping double quotation marks in XSL: msg#00029java.helma.antville.user
Maybe
you should explore something like this:
<xsl:element
name='image'>
<xsl:for-each select='@*'>
<xsl:attribute name='qname(.)'><xsl:value-of select='.'
/></xsl:attribute>
</xsl:for-each>
</xsl:element>
This
way, the transformer is at least aware of the tag you are trying to insert into
the output.
tlj
From: keshlam@xxxxxxxxxx [mailto:keshlam@xxxxxxxxxx] Sent: Wednesday, October 24, 2007 11:58 AM To: Brian Minchau Cc: general@xxxxxxxxxxxxxx; tranceradi@xxxxxxxxxxx; xalan-j-users@xxxxxxxxxxxxxx Subject: Re: [Announce] Escaping double quotation marks in XSL > Assuming that you are only interested in stream serialization, have
you |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [Announce] Escaping double quotation marks in XSL, keshlam |
|---|---|
| Next by Date: | Re: [Announce] Escaping double quotation marks in XSL, Brian Minchau |
| Previous by Thread: | Re: [Announce] Escaping double quotation marks in XSL, keshlam |
| Next by Thread: | RE: [Announce] Escaping double quotation marks in XSL, Brian Minchau |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |