Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Awesome package!
I tried to use your xpath option, but it looks like it doesn't accept shortcuts in the statement.
I.e. "/root/descendant-or-self::node [@parentID=1127]" works, while "/root//node [@parentID=1127]" doesn't.
Sorry, the statement that i works should be: "/root/descendant::node [@parentID=1127]". But "/root/descendant-or-self::node [@parentID=1127]" works as well... :)
Works: http://www.eyecatch.no/xml-dump.aspx?xpath=/root/descendant::node[@parentID=1127]
Doesn't: http://www.eyecatch.no/xml-dump.aspx?xpath=/root//node[@parentID=1127]
Hi Ove,
It really looks like some URL Rewriting is doing something when there's a double slash in the URL, and that is causing the issue.
What version of Umbraco are you using?
Are you using any RewriteRules?
/Chriztian
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
xpath option bugged
Awesome package!
I tried to use your xpath option, but it looks like it doesn't accept shortcuts in the statement.
I.e. "/root/descendant-or-self::node [@parentID=1127]" works, while "/root//node [@parentID=1127]" doesn't.
Sorry, the statement that i works should be: "/root/descendant::node [@parentID=1127]". But "/root/descendant-or-self::node [@parentID=1127]" works as well... :)
Works: http://www.eyecatch.no/xml-dump.aspx?xpath=/root/descendant::node[@parentID=1127]
Doesn't: http://www.eyecatch.no/xml-dump.aspx?xpath=/root//node[@parentID=1127]
Hi Ove,
It really looks like some URL Rewriting is doing something when there's a double slash in the URL, and that is causing the issue.
What version of Umbraco are you using?
Are you using any RewriteRules?
/Chriztian
is working on a reply...