|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Multiple CDATA tags...again
On Tue, 10 May 2005 15:09:23 +0000, "Aron Bock" wrote:
>
> I believe the processor distributed with JDK *is*
> xalan. Perhaps if you
> would post a sample; as I mentioned previously, last
> time around I, at
> least, didn't see an XML sample in your post.
>
> Regards,
>
Hi,
It was in a previous post. Here it is again.
> Here is a portion of the XML response from STAR XML:
> <Field outputName="TEXT">
> 2010 &quot;We
> respectfully Wish the health of the great leader
> [yo'ndude] Comarade Big John Il
> </Field>
>
> Here is a portion of the XSL dealing with the TEXT
> element:
> <xsl:output method="xml" omit-xml-declaration="no"
> indent="yes" cdata-section-elements="TEXT" />
> <xsl:strip-space elements="*" />
> ...
> <xsl:template match="Field">
> <xsl:if test="contains ('TEXT', @OutputFieldName)">
> <xsl:element name="{@OutputFieldName}">
> <xsl:apply-templates/>
> </xsl:if>
> </xsl:template>
>
> Resulting XML:
> <TEXT>
> <![CDATA[2010 "We
> ]]><![CDATA[ Respectfully Wish
> Hea]]><![CDATA[lth of the great leader
> ]]><![CDATA[ [yo'ndude] Brother ]]><![CDATA[
> Big John Il] ]]>
> </TEXT>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








