|
Hi! I’m attempting to
use XUpdate to update a node in our Xindice database and I’m having the
following problem: I’m using the following
XUpdate: <xu:modifications version="1.0" xmlns:xu="http://www.xmldb.org/xupdate"> <xu:update
select="//RootNode/TestNode">http://myserver.cgi?parameter1=mine¶meter2=0</xu:update> </xu:modifications> to update the
contents of the node TestNode. When
I query the database to see whether the update has been successful I find that
the node text has been truncated from the ‘&’ onwards i.e. it has been updated to http://myserver.cgi?parameter1=mine and not http://myserver.cgi?parameter1=mine¶meter2=0
as expected. I’ve tried
replacing the ‘&’ with ‘&’ in the XUpdate query to see if that
makes any difference…and it doesn’t! Can anybody suggest
a way that I can update this node successfully? Thanks in advance, Jonathan Thorpe Sony BPRL Basingstoke UK ------------------------
|
- Re: XUpdate and the '&' character Jonathan R. Thorpe
- Re: XUpdate and the '&' character Kimbro Staken
- RE: XUpdate and the '&' character James Bates
