← Prev in month ← Prev in thread
Next in thread → Next in month →

XML cross references and validation

From
Yallala, Bhaskar <>
To
Date
2002-07-03T14:07:59Z
ID
<4AE579E553F1D511842F009027DE08D51319EA@MAIL1>
Thread
XML cross references and validation
Hi,
   Is there any way to parse XML with DOM for cross referencing of elements
Example:
<Date id ="one">
<year>1978</year>
<month>2</month>
<day>2</day>
</Date>

<Date id ="two">
<year>1978</year>
<month>2</month>
<day>2</day>
</Date>

<DateInterval id ="three">
<start>one</start>
<limit>two</limit>
</DateInterval>

Using DOm how cam I parse one and two elements like year etc???

Thanks
Bhaskar
← Prev in month ← Prev in thread
Next in thread → Next in month →