xsl-list
[Top] [All Lists]

Re: [xsl] Avoiding Namespace Declarations in Output

2009-09-22 12:42:38
At 2009-09-22 12:36 -0400, rowan(_at_)sylvester-bradley(_dot_)org wrote:
Can someone help me with what's no doubt a very simple problem.

With a simple solution in this basic case.

How do I avoid unwanted namespace declarations appearing in output from
XSLT created by xsl:copy-of?

Using copy-namespaces="no" as an attribute to <xsl:copy-of> because you are using XSLT 2.0.

It gets more complex in XSLT 1.0 or if you wanted to keep other namespaces but not a subset of them. That involves creating template rules and reconstituting matched nodes.

I hope this helps.

. . . . . . . . Ken


--
Upcoming hands-on code list, UBL, XSLT, XQuery and XSL-FO classes.
Interested in other classes?  http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18
Video overview:  http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


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

<Prev in Thread] Current Thread [Next in Thread>