[Fwd: [Bug 169] unable to select prefix to use when writing startTag,endTag, and attribute]
Aleksander Slominski <[email protected]> Mon, 12 Jan 2004 11:27:58 -0500
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
-------- Original Message -------- Subject: [Bug 169] unable to select prefix to use when writing startTag,endTag, and attribute Date: Mon, 12 Jan 2004 11:07:00 -0500 (EST) From: [email protected] To: [email protected] http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=169 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [email protected] 2004-01-12 11:06 ------- as a workaround (that i checked in XPP3 and kXML2) one can set preferred prefix calling last setPrefix("preferred_prefix", "element Namespace") it looks lie a good compromise for 1.1.x API to require this and check it in unit tests. later in past 1.2.x to reconsider adding prefix to method(s) (or changing exisitng) startTag/endTag/attribute) so in XmlSerializer we would have: starTag(prefix, namespace, name) endTag(prefix, namespace, name) attribute(prefix, namespace, name, value) ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. -- The best way to predict the future is to invent it - Alan Kay Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/xmlpull-dev/ To unsubscribe from this group, send an email to: [email protected] Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/