Testing for optional node - Delphi XE
- by Seti Net
What is the proper way to test for the existance of an optional node? A snipped of my XML is:
<Antenna >
<Mount Model="text" Manufacture="text">
<BirdBathMount/>
</Mount>
</Antenna>
But it could also be:
<Antenna >
<Mount Model="text" Manufacture="text">
<AzEl/>
</Mount>…