Subject: RE: Namespace Aliasing without xsl:namespace-alia
From: "Haarman, Michael" <mhaarman@xxxxxxxxx>
Date: Mon, 23 Jan 2006 16:06:37 -0600
|
> -----Original Message-----
> From: mazerunner@xxxxxx
> 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.
|