On Tue, 31 Jul 2001 15:19:34 +0200
"Jeroen Breedveld" <[EMAIL PROTECTED]> wrote:
> I also like the second proposal better because it feels more "natural".
> Does this mean that xupdate:insert element also changes to:
>
> <xupdate:insert select="XPath" before="XPath">
> <xupdate:element name="address">
> <town>San Francisco </town>
> </xupdate:element>
> </xupdate:insert>
>
> <xupdate:insert select="XPath" before="XPath">
> <xupdate:element name="address">
> <town>San Francisco </town>
> </xupdate:element>
> </xupdate:insert>
>
But we don't need a "select" attribute for the "insert" element, don't
we?
<xupdate:insert before="XPath">
<xupdate:element name="address">
<town>San Francisco</town>
</xupdate:element>
</xupdate:insert>
<xupdate:insert after="XPath">
<xupdate:element name="address">
<town>San Francisco</town>
</xupdate:element>
</xupdate:insert>
--
______________________________________________________________________
Lars Martin mailto:[EMAIL PROTECTED]
SMB GmbH http://www.smb-tec.com
----------------------------------------------------------------------
Post a message: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]
Contact adminstrator: mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
----------------------------------------------------------------------