[
Lists Home |
Date Index |
Thread Index
]
Hi All,
Can anyone tell me how to pass a java.util.HashMap in an XML document.
Regards
Ashish Rajvanshi
Daniel Prager <danielp@deakin.edu.au> on 07/11/2002 10:30:10 AM
To: Eddie Robertsson <erobertsson@allette.com.au>
cc: xml-dev <xml-dev@lists.xml.org> (bcc: Ashish Rajvanshi/HSS)
Subject: Re: [xml-dev] Fine namespace control in XML Schema
Hi Eddie
Thanks -- this is certainly getting close to what I would ideally like.
Your 3 schemas are a great step forward, but they do admit a false
positive (taking the RELAX NG definition as canonical) by passing
the following document as valid:
<a:frog xmlns:a="http://www.example.com/a">
<name> Spotted tree frog </name>
<colour> Blue with red spots </colour>
<leap> minimal </leap>
</a:frog>
Great step forward; can you (or anyone) do even better?
Thanks again
Daniel
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|