Re: xalan can not copy namespace prefix when using schema

2006-08-31 Thread David Bertoni
David Bertoni wrote: Zealot wrote: this is my test.xml ... Is it a xalan bug ? Definitely, although something very strange must be going on. OK, it turns out this is a bug in Xerces-C, because it's delivering bogus SAX2 events. Can you please create a Jira issue and attach copies of

Re: xalan can not copy namespace prefix when using schema

2006-08-31 Thread David Bertoni
Zealot wrote: this is my test.xml http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="something test.xsd" /> and test.xsd http://www.w3.org/2001/XMLSchema"; targetNamespace="something" xmlns:ns="something"> test.xslt http://www.w3.o

xalan can not copy namespace prefix when using schema

2006-08-31 Thread Zealot
this is my test.xml http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="something test.xsd" /> and test.xsd http://www.w3.org/2001/XMLSchema"; targetNamespace="something" xmlns:ns="something"> test.xslt http://www.w3.org/1999/XSL/Tra