[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Xinclude prob
Subject: Re: [xsl] Xinclude prob
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Wed, 27 Mar 2002 12:05:11 +0100
|
To say it a bit more explicitely:
A namespace, which is not known to Xalan, should not disturb Xalan. But
maybe it's really only a warning on every unknown namespace. You can try
something like xmlns:foo="http://www.foo.com" and add any element in
foo-namespace to your XSL. If you get another warning according foo
namespace now, everything is ok.
Second step: If fom the above everything is ok, the new namespace is not
known to Xalan and you get a warning. Then change the namespace of
xmlns:xi=".." to "http://www.w3.org/1999/XML/xinclude" too and test it
again.
Does it work?
Maybe the XSL-code will help to find the problem.
Joerg
Jarkko Moilanen wrote:
Lainaus Joerg Heinicke <joerg.heinicke@xxxxxx>:
I wonder about this message.
Fell free to wonder=)
How old is your Xalan, which version do you
have?
Version 1.3 (C not java, makes no difference though)
Furthermore you should remove the line
xmlns:xinclude="http://www.w3.org/1999/XML/xinclude"
Removed the line.
Still not working.
--
System Development
VIRBUS AG
Fon +49(0)341-979-7419
Fax +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|