xsl-list
[Top] [All Lists]

RE: Namespace Aliasing without xsl:namespace-alia

2006-01-23 15:06:37
-----Original Message-----
From: mazerunner(_at_)gmx(_dot_)de

my HTML-Tags. Unfortunately this parser doesn't support 
namespace:aliasing:
<xsl:namespace-alias stylesheet-prefix="..." 
result-prefix=""/> could solve
this.

It could.  I've never seen it done in this fashion.  You are unable to
specify the exclude-result-prefixes attribute on the xsl:stylesheet
instruction?

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
        xmlns:foo="foo namespace"
        xmlns:bar="bar namespace"
        xmlns:baz="baz namespace"
        exclude-result-prefixes="foo bar baz">


HTH,

-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.

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