Sign In/My Account | View Cart  
advertisement

Article:
 Non-Extractive Parsing for XML
Subject: MPWXmlKit has done this for over 5 years
Date: 2004-05-22 15:26:38
From: jimmy_z
Response to: MPWXmlKit has done this for over 5 years

Thanks for the posting.


Using Offset/length approach, one usually loads entire doc in memory undecoded, and doesn't use byte stream to access the document.


Hope using offset/length can complement DOM/SAX in some situations.



No Previous Message Previous Message Move up to Parent Message Up Next Message No Next Message


Titles Only Titles Only Newest First
  • MPWXmlKit has done this for over 5 years
    2004-05-23 13:47:05 mweiher [Reply]

    "Hope using offset/length can complement DOM/SAX in some situations."


    Hmm...you can actually implement a SAX compatible interface using offset/length (except that you deliver objects for character data, not character arrays). And a DOM on top of that.


    Cheers,


    Marcel



Sponsored By: