xsl-list
[Top] [All Lists]

RE: namespaces and xsl:template match

2003-04-11 14:15:17
Andrew, Dimitre

Made the namespace unique and it worked. How expected.

Thanks, that was not what I wanted. Changed my XMI
generation source.
So I did not see this mistake besides it so obviously.

- Christof



ubject: Re: [xsl] namespaces and xsl:template match


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



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



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