RE: How is this part of the XSLT specification to be interpreted?

Subject: RE: How is this part of the XSLT specification to be interpreted?
From: Jeni Tennison <Jeni.Tennison@xxxxxxxxxxxxxxxx>
Date: Tue, 20 Jun 2000 18:21:55 +0100
Thorbjørn,

Doh, just realised I missed the obvious.  Having a look at
http://www.w3.org/TR/xslt#literal-result-element reveals that if you use
the 'exclude-result-prefixes' attribute on xsl:stylesheet or the
'xsl:exclude-result-prefixes' attribute on any other element, then elements
in the namespace of the prefixes defined within it will be excluded from
the result.

So, you can just do:

<xsl:stylesheet exclude-result-prefixes="doc" ... >

and all elements in the 'doc' namespace will be ignored, and you can have
structured documentation within that namespace to your heart's content.

Should have known that someone had thought of it already.

Cheers,

Jeni

Dr Jeni Tennison
Epistemics Ltd, Strelley Hall, Nottingham, NG8 6PE
Telephone 0115 9061301 ? Fax 0115 9061304 ? Email
jeni.tennison@xxxxxxxxxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread