It appears that your DOM object contains multiple text nodes under the title element. How was it created? Can't you just use #{./title} or #{string(./title)}?
But even with mixed content text() should return all text nodes. And how is it related to the postrophes? Sounds weird and more like a bug.
Joerg
Upayavira wrote:
I'm using jxtemplate with an entry like #{./title/text()}. When the text of the node includes an apostrophe, I need to use #{./title/text()}#{./title/text()[2]}#{./title/text()[3]} to get the full text.
Is this correct behaviour?
Regards, Upayavira
