xsl-list
[Top] [All Lists]

Re: namespaces and xsl:template match

2003-04-11 13:54:16
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



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