Re: XML and its uses



Joe Kesselman wrote:
But human-readable documents are becoming the least interesting application of XML

Actually they are the most interesting and challenging.

The use of XML for data-exchange is largely a done deal, with vast
amounts of software available, plentiful skills, relatively simple data
models, and ample support (even if people do go off at a tangent
sometimes :-)

By contrast, modelling human-readable information is *hard*, with many unsolved problems, poorly-developed software, and only a few experts.
It isn't "just publishing": there's a large amount of work still to be done, and this makes it -- for me -- by far the most interesting area.

///Peter
.



Relevant Pages

  • Re: Random file access -cont
    ... I use a text file format similar to CSV. ... for reasonably small amounts of data - a few thousand records - but it ... recommend XML unless the data volume is very small. ... .Net Compact Framework MVP ...
    (microsoft.public.dotnet.framework.compactframework)
  • Stored Proc Parameter
    ... I'm retrieving huge amounts of data from a local news service. ... The data is returned as XML and is processed by a stored proc, ... The only thing I can think of is processing the XML ...
    (microsoft.public.sqlserver.programming)
  • Performance issues with large ResultSet
    ... containing large amounts of data. ... rows and although the database query only takes 0.9 seconds, ... // build XML ... xmlResult is of type String, could this be causing performance issues? ...
    (comp.lang.java.programmer)
  • Data Insertion
    ... I need to populate quite large tables from XML. ... Initially I just used Dataset.ReadXML but this quickly ran into memory problems with large amounts of data. ... It has been suggested to me that I read a single record from the XML and then insert each record one by one and work my way through the XML. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Data Insertion
    ... I need to populate quite large tables from XML. ... Initially I just used Dataset.ReadXML but this quickly ran into memory problems with large amounts of data. ... It has been suggested to me that I read a single record from the XML and then insert each record one by one and work my way through the XML. ...
    (microsoft.public.data.ado)