Hi,
I've been asked to integrate some java with a c++ program that spits out
(almost) xml. The xml looks something like this
<Request>
<Service Act="Subscribe" Dest=":Naming:">
<ServiceAttr>SomeValue</>
</Service>
</Request>
That is, the terminating tag can be _either_ </> or </name>. I know that this
is not true xml, but it can make for significantly shorter messages.
Is this something that I can parse out-of-the-box with xerces-j?
If not, where should I look in the code to 'fix'... ( after a cursory
examination, looks like somewhere near
org.apache.xerces.reader.Xxxx.scanExpectedName, but I may be wrong )
Thanks for any help!
James
--
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorised
copying, disclosure or distribution of the material in this e-mail is strictly
forbidden.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]