OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Re: If XML is too hard for a programmer, perhaps he'd be b

[ Lists Home | Date Index | Thread Index ]

Bill de hÓra Wrote:
>And I don't understand this disdain for regular expressions over 
>XML. Regexes are a perfectly useful tool for manipulating text.

Certainly "If all you have is a hammer everything looks like a nail."
applies here. (No distain, I own more than one hammer)

Yes, XML can be serialized into a string.  That feature makes it portable. 

But to manipulate it as a string makes it impossible to take advantage of
properties the XML had to begin with.

There are two worlds. The world of the "value space" and that of the
"lexical space".  If you use a lexical space tool you run the risk of making
a new lexical representation for which there is NO value space equivalent.

In other words, could you make an error with a regEx tool and end up with
invalid XML?  Yes easily, and probably often.

If you use tools that manipulate in the "value space", then obtain the
lexical representation that risk goes away.

There is more than one way to manipulate in the "value" space, SAX is one,
DOM is a different one. Just because the both deal with the same lexical
representation does not make then the same, but is does make them
compatible.

I am writing this on a word processor.  If you could look through the manual
you will never find a reference to "nodes".  However, as I type, edit,
insert, back space, change font etc.  The software is building and
rebuilding a node representation for this message.

When I hit "Send" the Node tree will be serialized into this simple text
string. If you respond your word processor will take this serial text and
make it into nodes for you to edit.

I am writing is words, nodes have nothing to do this it... or do they?

Greg




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS