xsl-list
[Top] [All Lists]

Re: [xsl] XQuery Updates in XSLT

2008-10-29 19:20:41
delete node doc("test.html")/*:html/*:body/*:p[1]

Such change is irreversible. Difficult and dangerous even to test.

As one that has had some experience in erring, I would never use such
"wonderful" feature.

A general, good design principle: Dangerous operations should be made
difficult to trigger/perform.




-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play




On Wed, Oct 29, 2008 at 4:09 PM, Jesper Tverskov 
<jesper(_at_)tverskov(_dot_)dk> wrote:
By the way, this is all the XQuery Updates needed to delete the first
paragraph of an XHTML document:

delete node doc("test.html")/*:html/*:body/*:p[1]

Period.

The problem with the wonderful modified identity template is that it
is more like an army even when one policeman would do.

XSLT has a problem if it is only good at total war.

Jesper

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--