Re: [basex-talk] Issue with linebreak using REST since 7.7.1

2013-09-25 Thread Christian GrĂ¼n
Dear Yoann, I tried to reproduce your example, using the following query: $session = new Session(localhost, 1984, admin, admin); $xml = $session-execute(XQUERY xy//x); print $xml; $session-execute(XQUERY insert node $xml into xml/); $session-close(); This one runs without problems on my

[basex-talk] Issue with linebreak using REST since 7.7.1

2013-09-24 Thread Yoann Maingon
Hi, I've got a simple node move PHP script (sorry for my terrible code, I'm an electronician!) 1. // get the node 2. $xquery = XQUERY //noteitem[@id='$movedID']; 3. $saveNode = $session-execute($xquery); 4. 5. // delete the node 6. $xquery = XQUERY delete node