DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6767>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6767

unable to serialize doc without explicit namespace prefixes





------- Additional Comments From [EMAIL PROTECTED]  2002-02-28 
20:18 -------
I should also mention that the xml thus created does not validate with Xerces2. It 
throws errors 
that indicate it does not the the foo prefixed attributes as being the ones it expects 
(like "cvc-
complex-type.4: Attribute 'id' must appear on element 'foo:root'").

I should note that the 
beginning of my schema looks like this:

<xs:schema 
targetNamespace="http://xml.myurl.com/foo"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:foo="http://xml.myurl.com/foo"; 
elementFormDefault="qualified" attributeFormDefault="unqualified">

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to