Re: [xsl] namespaces and xsl:template match

Subject: Re: [xsl] namespaces and xsl:template match
From: Andrew Watt <andrew@xxxxxxxxxxxxxx>
Date: Fri, 11 Apr 2003 21:54:16 +0100
At 22:37 11/04/2003 +0200, you wrote:
following an excerpt from an xmi-document, i want to
transform:

<?xml version = '1.0' encoding = 'UTF-8' ?>
<XMI xmi.version = '1.2' xmlns:UML ='org.omg.xmi.namespace.UML'

<snip/>


>and a xslt which looks like this:
><xsl:stylesheet version="1.0"
>xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>xmlns:UML="http://org.omg/UML/1.3";
>xmlns:zoph="http://zoph";>

Christof,

The namespace declarations for the UML namespace prefix in the XML source document and in the XSLT stylesheet point to two different URIs. Is that really what you want?

Andrew Watt



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


Current Thread