I have been reading the XML and PHP how tos, with no luck. None of them reference the main tag:
<subordinatestation name="0.8 n.mi. above entrance, Alloway Creek, New Jersey"
pedigree="From http://www.flaterco.com/xtide/lots_of_offsets.txt by Walt Bilofsky (8537731)"
latitude="39.496667"
longitude="-75.516667"
timezone=":America/New_York"
reference="Reedy Point, Delaware">
<offsets>
<max>
<timeadd value="+0:21"/>
<levelmultiply value="0.99"/>
</max><min>
<timeadd value="-0:10"/>
<levelmultiply value="0.99"/>
</min>
</offsets>
</subordinatestation>
I can not pull info from the subordinatestation part. There is more than 1 part to it. I need to get the reference= part.
Bill