Christopher Oliver wrote:
It appears that your DOM object contains multiple text nodes under the title element. How was it created?
Read from a XIndice database.
Can't you just use #{./title} or #{string(./title)}?
Yup, guess I could. #{./title} returned <title>Didn't the lord...</title>, but string() worked. Thanks.
Upayavira
