← Prev in month ← Prev in thread
Next in thread → Next in month →

XDM Streaming: Was RE: [xml-dev] "Introducing MicroXML, Part 1: Explore the basic principles of ...

From
David Lee <>
To
"" <>
Date
2012-07-16T20:28:26Z
ID
<>
Thread
XDM Streaming: Was RE: [xml-dev] "Introducing MicroXML, Part 1: Explore the basic principles of ...
> 
> > I am trying to solve sequences of arbitrary XDM as well as XML
> > documents
> 
> Then I think you want a single document containing an xdm-sequence
> top-level element. If you want to preserve sequences of strings then you
> need per-item markup.
> 
> Liam
>   

Bunch of other objectives as well that preclude the whole thing being a single document ... such as incremental generation (aka log file or long running source),  
support for large documents (streaming  of various flavors), simple concatenation etc.
And yes per-item markup of some sort is needed.

I have pretty much worked it out here but it's not entirely satisfying.
The biggest issue now is what parts of XDM I want to sacrifice as I can't have *everything* ... things like node identity are hard,
user defined types require access to an in-scope XSD, base-uri requires some additional markup etc.
So by not having everything I can't satisfy everyone (even myself ).

So my evolving goal (not yet updated in this document:  http://xml.calldei.com/XDMSerialize 
 - I have 8 distinct use  cases so far )  is to cut back on the fidelity  and aim for more usability,
in particular streaming, log files, and getting basic XDM typed data across applications which I feel is a high value ... 



----------------------------------------
David A. Lee

http://www.xmlsh.org
← Prev in month ← Prev in thread
Next in thread → Next in month →