Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gpsmitty

    Can't parse "<xyz type="string">hiho</xyz>

    I hope the following provides all the details that will we need to shed some light on my problem? Thanks for you time. The following files send1.xml and send1.xml both appear to have valid xml but send1.xml is processed correctly and send2.xml is not. File send1.xml is processed correctly...
  2. gpsmitty

    Can't parse "<xyz type="string">hiho</xyz>

    Sorry for delay in responding to you - My bad again as far as introducing typos. The xml I posted was manually typed, while looking at two machines that were yards apart - my excuse;) That's how the errors you caught were introduced. Then only difference between the two valid versions of the...
  3. gpsmitty

    Can't parse "<xyz type="string">hiho</xyz>

    Terse" is Ok, I did not try to bring the xml up in an editor, but I did check the syntax of both versions of the XML via xmllint - xmllint reported both were good. Based on the build.xml that used to build the c++ side, version ACE_TAO_6.2.0 of the ACE_TAO parser is being used - i.e...
  4. gpsmitty

    Can't parse "<xyz type="string">hiho</xyz>

    I tried it with and without embedded DOCTYPE instruction. No change in behavior
  5. gpsmitty

    Can't parse "<xyz type="string">hiho</xyz>

    </messagetype> is my typo - My bad, I am on two different machines and I can't cut & paste. should be <?message_type> Thanks,
  6. gpsmitty

    Can't parse &quot;&lt;xyz type=&quot;string&quot;&gt;hiho&lt;/xyz&gt;

    Thanks for questions - sorry for delay in responding. Following is a complete listing of XML. The c++ software that's trying to read the xml is failing, but any XML errors produced are captured by code but not displayed. <?xml version="1.0" ?> <!DOCTYPE file_parameters[]= > <file_parameters>...
  7. gpsmitty

    Can't parse &quot;&lt;xyz type=&quot;string&quot;&gt;hiho&lt;/xyz&gt;

    I'm new to XML but I'm having a problem parsing generated XML and its driving me crazy. My application uses C++ to generate an XML file and then subsequently uses java to read it in to extract content. It fails when it tries to read. I'm using xercesImpl.jar The generated XML contains lines...

Part and Inventory Search

Back
Top