non-textual types

is there an xml parser out there that knows to how to read the type of an
xml element (as described in the XML data spec.)
and use that type and not the string.
what i want is that if the following exists in an XML document
<size dt:dt="int">14</size>
in the DOM tree i want have "14" as text but as in integer.

thanks a lot.

Eyal Lewinsohn
איל לוינסון
jlewinso@netvision.net.il
Israel

Received on Saturday, 22 April 2000 06:04:21 UTC