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: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 17 Aug 2009 13:58:55 -0400
Hi,

At 12:08 PM 8/13/2009, Michael wrote:
(2) If this is not nice enough because there is whitespace present in
your source and input documents, strip all that whitespace on parsing
so the indentation gets applied to a clean tree:

<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.

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread