[
Lists Home |
Date Index |
Thread Index
]
- From: "Jonathan Borden" <jborden@mediaone.net>
- To: <xml-dev@xml.org>
- Date: Tue, 11 Apr 2000 08:50:12 -0400
Don Park wrote:
>
> Going even further, a significant proportion of XML applications will
> not involve XML documents at all! As long as applications use XML
> APIs such as SAX or DOM, wire format can be anything. I have seen too
> many people get overhyped into using XML as the wire format when their
> existing wire format works just fine.
>
Agreed. For example, a technique I've recently been using with
increasing frequency is to "inject" an HTML form data into an XSLT
processing stream using SAX, rather than converting the form-data into XML,
and then transforming the XML representation of the form.
SAX and processors such as Xalan make this sort of processing very easy.
Jonathan Borden
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|