[
Lists Home |
Date Index |
Thread Index
]
An example I can think is a developer who prefers to process XML that
looks like
<customers>
<name>Adam</name>
<id>1</id>
<name>Bob</name>
<id>2</id>
<name>Charles</name>
<id>3</id>
</customers>
as opposed to
<customers>
<customer>
<name>Adam</name>
<id>1</id>
</customer>
<customer>
<name>Bob</name>
<id>2</id>
</customer>
<customer>
<name>Charles</name>
<id>3</id>
</customer>
</customers>
--
PITHY WORDS OF WISDOM
Drive defensively--buy a tank.
This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> -----Original Message-----
> From: John Cowan [mailto:jcowan@reutershealth.com]
> Sent: Tuesday, February 25, 2003 11:13 AM
> To: Simon St.Laurent
> Cc: xml-dev@lists.xml.org
>
> Simon St.Laurent scripsit:
>
> > I'm amazed in large part because of the horrible but
> "technically XML"
> > mishmashes I regularly encounter which are quite obviously
> the result
> > of a collision between an internal object structure and the
> infoset.
> > It's not just one company or even one category of companies - it's
> > pretty common.
>
> Can you give examples?
>
> --
> John Cowan http://www.ccil.org/~cowan
> jcowan@reutershealth.com
> Please leave your values | Check your
> assumptions. In fact,
> at the front desk. | check your
> assumptions at the door.
> --sign in Paris hotel | --Cordelia Vorkosigan
>
> -----------------------------------------------------------------
> 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>
>
>
|