[bdbxml] *Another* Reshaping problem
"Green, Spence" <[email protected]>
| Newsgroups | gmane.comp.db.dbxml.general |
|---|---|
| Message-ID | <415B90D03FF5FB42BFAB0FE1F4876BF3D3E4E3@xcgmd064.md.essd.northgrum.com> |
Hey, I can now successfully reshape my results, add metadata to them, and access the string using XmlValue. Now I have one more issue. This works: return <a><b>5</b><c>6</c></a> And this doesn't: return <b>5</b><c>6</c> I tried variable and static types (like above) in the latter expression and still received the same XPath parser error. It faults on the <c> tag, stating that ">" is an illegal comparison operator and it expected $. I don't want to use the enclosing <a> tags. This is well-formed XML. What's the issue here? Thanks in advance for the help. Spence Green