I insert the field boundaries around test with CTRL+F9. And I tried {REF
Test} and simply {Test}, but it doesn't work.
> I insert the field boundaries around test with CTRL+F9. And I tried {REF
> Test} and simply {Test}, but it doesn't work.
>
> > Did you insert the field boundaries around Test with CTRL+F9?
> >
> > Try instead {REF Test} or simply {Test}
And if you try {REF test} or {test} outside of the INCLUDETEXT field, does
it work?
If it does, it means that the string is not resolved appropriately for the
\x switch.
Try
{INCLUDETEXT "config1.xml" \c XML \x {QUOTE //item[{test}]/name} }
Qiwen - 20 Mar 2008 14:28 GMT
Thanks a lot,
It works when I try {QUOTE //item[{test}]/name}.
> > I insert the field boundaries around test with CTRL+F9. And I tried {REF
> > Test} and simply {Test}, but it doesn't work.
[quoted text clipped - 10 lines]
> Try
> {INCLUDETEXT "config1.xml" \c XML \x {QUOTE //item[{test}]/name} }