query on XML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dattathreya
    New Member
    • Sep 2008
    • 6

    query on XML

    Using a JAXP processor, which one of the following XML data files is well-formed?

    a) <math><eqn='x/y>z'/></math>
    b) <_._><_-_><_:_></_:_></_-_></_._>
    c) <1stExample type='physics'> gravity</1stExample>
    d) <x><y><z></x></y></z>
    e) <book>XML</book><book>Java </book>
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    see here, this should get you started.

    Comment

    Working...