This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Xinclude prob


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@gmx.de>:
> 
> 
>>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@virbus.de
www.virbus.de


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]