[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: DOM versus XDM: Differences in handling CDATA sections,en

  • From: Martin Honnen <Martin.Honnen@gmx.de>
  • To: "Costello, Roger L." <costello@mitre.org>
  • Date: Fri, 12 Nov 2010 18:04:10 +0100

Re:  DOM versus XDM:  Differences in handling CDATA sections
Costello, Roger L. wrote:

> My understanding is that an XML document is first processed by an XML
> parser, which creates an in-memory tree representation of the XML
> document. Then, an application such as an XML Schema validator or an
> XSLT processor operates on the in-memory tree representation. Here is
> a simple graphic I created to show this:
> 
> http://www.xfront.com/DOM-versus-XDM/How-an-XML-document-is-processed.gif

There are XML parsers respectively parser approaches that don't create a 
tree model at all, like the SAX push parser approach or like the 
XmlReader pull parser approach in the .NET framework. Even validation 
works with those approaches without the need for a tree.

> It is my understanding that the in-memory model created by different
> XML parsers may be different, depending on whether the XML parser
> creates a DOM or XDM in-memory model.

There are far more tree models than those two, in the .NET world there 
is the LINQ to XML tree model (implemented by 
System.Xml.Linq.XDocument/XElement/XNode) for instance, in the Java 
world there is JDOM, XOM.

> Here are two places where differences arise:
> 
> - CDATA sections - Entities

The W3C DOM and the W3C XQuery/XSLT/XPath model have more differences, 
for instance the DOM has DocumentType nodes 
http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927.

> As mentioned, there are two ways to model XML documents:
> 
> - Document Object Model (DOM) [1]
> 
> - XML Data Model (XDM) [2]

There are more, I named a few.


> ------------------------------ ENTITIES: DOM VERSUS XDM 
> ------------------------------
> 
> This XML document uses an entity:
> 
> <root> hello if A &lt; B then ... world </root>

I don't see an entity, I see an entity reference.




-- 

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/


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


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.