Re: [xsl] How to strip off all <xsd:annotation> ...</xsd.annotation> tags

Subject: Re: [xsl] How to strip off all <xsd:annotation> ...</xsd.annotation> tags
From: Michael Ludwig <mlu@xxxxxxxxxxxxx>
Date: Tue, 18 Aug 2009 11:29:58 +0200
Wendell Piez schrieb:
At 12:08 PM 8/13/2009, Michael wrote:

<xsl:strip-space elements="*"/>

But beware of the possibility that asking that whitespace-only nodes be stripped from all elements (as this instruction does) might result in unwanted munging inside mixed content.

Any elements that contain mixed content (such as HTML p, td and even
div) should be left or included among space-preserving elements.

True, thanks. <xsl:strip-space elements="*"/> is not suitable for mixed content. But it does a good job for data-centric documents, and I think it'll do okay for a lot of XSD documents.

--
Michael Ludwig

Current Thread