Re: [xsl] XQuery Updates in XSLT

Subject: Re: [xsl] XQuery Updates in XSLT
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Thu, 30 Oct 2008 00:09:33 +0100
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

Current Thread