|
Is it possible to query for the namespaces
of the document and build up the root tag dynamically? Thanks, Ted Slusser From: Radu
Preotiuc-Pietro [mailto:[EMAIL PROTECTED] You can use XmlOptions.setSaveInner() to
tell XmlBeans to save just the content of an element, but there is nothing to
further control which one of the open/close tags gets generated,
that would be too far from well-formed XML.... Radu -----Original Message----- Hello, I’d like to read data from some source and write out a
single large XML document. I want to write out the elements as they are
being processed. The problem I am running into is that I have to write
the root elements “by-hand” and then write the XmlObject using the
xmlText to convert it to a string. When writing the root element I have
to hard-code the namespaces, etc. Is there some way to tell XML beans
that I want to write an opening tag of a document but not the closing tag? Thanks, Ted Slusser The
information in this electronic mail message is Cendant Confidential and may be
legally privileged. It is intended solely for the addressee(s). Access to this
Internet electronic mail message by anyone else is unauthorized. If you are not
the intended recipient, any disclosure, copying, distribution or any action
taken or omitted to be taken in reliance on it is prohibited and may be
unlawful. The information in this electronic mail message is Cendant Confidential and may be legally privileged. It is intended solely for the addressee(s). Access to this Internet electronic mail message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. |
BEGIN:VCARD VERSION:2.1 N:Slusser;Ted FN:Slusser, Ted ORG:Progeny Marketing Innovations;APPLICATIONS DEVELOPMENT NOTE:APPLICATIONS DEVELOPMENT EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20051214T141408Z END:VCARD
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

