Re: [xml-dev] Wikipedia on XML

From
Elliotte Rusty Harold <>
To
Robert Koberg <>
Date
2009-08-07T16:34:10Z
ID
<>
Thread
Re: [xml-dev] Wikipedia on XML
On Fri, Aug 7, 2009 at 9:09 AM, Robert Koberg<> wrote:

> How do you get/set a start or end tag in an XML context? Do you?

You don't. Getting and setting are concepts of some programming
languages. They are not concepts that are relevant to XML as XML. They
are not concepts that are relevant to XML as XML.

> In a DOM (W3, XOM, dom4j, etc) or transformation language (like XSL or
> Xquery), there is no concept of a start or end tag. The only place a start
> or end tag comes into play is in a SAX style. There they are events that can
> be consumed or emitted.

They aren't in SAX either. The events are named startElement and
endElement for good reason.

-- 
Elliotte Rusty Harold