Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] beginner questions

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Vinicius Camargo <viniapes AT hotmail.com>
  • To: xom <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] beginner questions
  • Date: Wed, 13 May 2009 21:50:13 +0300


First hello and two questions:



1) if I have the following .xml file:



<map>

<book>God - Deepak Chopra

</book>

<resource>

</resource>

</map>



Does the corresponding Document for this file have three Text
elements (one for each tag, in the 0 position of Elements of its tag), or
only one Text element ("God - Deepak Chopra")?

If it does have three Text elements, are the empty ones ""
(no-character string value) or null (not existing string value)?



2) where do I find, on the web, complete documentation about the use of
the xom?



Thanks,



Vinícius Camargo





_________________________________________________________________
Conheça os novos produtos Windows Live! Clique aqui.
http://www.windowslive.com.br



Archive powered by MHonArc 2.6.24.

Top of Page