Re: iterator implemented in DOMConfiguration

,----
| Jeffery B. Rancier writes:
|  > Would an iterator make sense in the DOMConfiguration?  That would
|  > allow the properties to be discovered dynamically, instead of
|  > hardwiring strings like "canonical-form" in applications.  Or perhaps
|  > a getNextProperty()?
| 
| I think that would make a really nice addition.  Not sure how widely
| it would actually be used, however.
`----

I'm writing a Java application which allows user to create an XML
document via a GUI, and one of the requirements is to view the
document in human readable form.  Making use of the
'format-pretty-print' property.  Unfortunately, Xerces-J-2_5_0 has not
fully implemented this yet...
-- 
Thanks,
Jeff

,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----

Received on Monday, 11 August 2003 14:27:10 UTC