Q
Qiwen
I have a problem about field nesting.
// have a bookmark "test"
{ SET "test" "14" }
// want to get the name of the 14th item
{INCLUDETEXT "config1.xml" \c XML \x //item[{"test"}]/name \*MERGEFORMAT}
The result is null, I think that's the problem about field nesting.
When I write like that, it works well.
{INCLUDETEXT "config1.xml" \c XML \x //item[14]/name \*MERGEFORMAT}
Any help will be greatly appreciated.
Qiwen
// have a bookmark "test"
{ SET "test" "14" }
// want to get the name of the 14th item
{INCLUDETEXT "config1.xml" \c XML \x //item[{"test"}]/name \*MERGEFORMAT}
The result is null, I think that's the problem about field nesting.
When I write like that, it works well.
{INCLUDETEXT "config1.xml" \c XML \x //item[14]/name \*MERGEFORMAT}
Any help will be greatly appreciated.
Qiwen