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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35476





------- Additional Comments From [EMAIL PROTECTED]  2005-06-26 20:37 -------
Strictly speaking this is not a bug, but a limitation.

The problem will in that case be that for the attributes to be written one must
wait with writing the opening tag until all attributes are known, but how to
know if all attributes of an opening tag are known, without waiting until the
element is closed? In this case still all data would have to be buffered until
the build is finished.

This could by solved of course by using another XML schema, that only uses
nested elements, and not attributes ( or attributes on a special attributes 
element)

like

<output>
<nested>
somedata
<attributes name="value"/>
</nested>
<nested>
<attributes name="value"/>
</nested>
<nested>
</nested>
<attributes name="value"/>
</output>

Obviously this would severely impact the XML schema (nothing that cannot be
solved by processing using XSLT).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to