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=8420>.
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=8420

DOM does not contain default values for attributes after parsing.





------- Additional Comments From [EMAIL PROTECTED]  2002-04-25 17:42 -------
I use a java class (attached) to parse a xml document (attached, change schema 
location to use) against a schema (attached) into a DOM. I then serialise the 
DOM back to a file.

The output I get does not contain an attribute with the default value specified 
in the schema. I expect:
   <testelement TestAttribute="TestDefault">TestElementValue</testelement>

instead I get:
   <testelement>TestElementValue</testelement>

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

Reply via email to