xsl-list
[Top] [All Lists]

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

2009-08-18 05:30:31
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--