OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cam message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: XML fragments


Just noticed this.  Appears to me that CAM could be used here,
but beyond just an initial notion - not having looked at this 
further - this is just a sidebar for possible future reference...!

Thanks, DW.
====================================================
Message text written by "dee schur"
>
An XML Fragment Reader
William Brogden, XML.com

A lot of XML parsing deals with document fragments, as opposed to
complete documents. Unfortunately, XML parsers prefer to deal with
entire documents. A Java solution turns out to be simple and quite
flexible. It enables you to combine many bits of XML formatted
character streams to feed an XML parser.

http://www.xml.com/pub/a/2003/07/16/fragmentreader.html

<



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]