Am Samstag, den 01.03.2008, 20:45 -0500 schrieb Daniel Dickinson: > In order to produce a stylesheet from xml and a stylesheet one needs > to use a namespace prefix other than xsl:. This is typically turned > into a useable stylesheet by using namespace-alias, unfortunately it > doesn't do anything with xsltproc.
Confirmed. But there are several workarounds: Use <xsl:element> for the literal output. Or use "xsl:" for the literal output and e.g. "x:" for the real stylesheet. However, xsltproc claims to fully support xsl:namespace-alias (see /usr/share/doc/xsltproc/FEATURES.gz), so I guess, it's really a bug. Regards, Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]