What about this, it would make the append element obsolete because it
features are moved to insert and move.

It introduces two patterns of use for inserting nodes for both inserts
and moves:

<xupdate:insert before|after="XPath"> ( before and after not at the same
time ofcourse )
or
<xupdate:insert parent="XPath" child="first()|last()|int"> ( child can
be omitted, default could be last() )

<xupdate:move select="XPath" before|after="XPath">
or
<xupdate:move select="XPath" parent="XPath" child="first()|last()|int">

greetings,

jeroen
----------------------------------------------------------------------
Post a message:         mailto:[EMAIL PROTECTED]
Unsubscribe:            mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
----------------------------------------------------------------------

Reply via email to