R
Rob
I'm defining my schema, and I set upon the idea of using xs:list for
some situations. However, I don't see how it's helping when accessing
the documents through DOM. I kind of imagine there would be a
getListContent() method or something like that.
Now that I'm thinking about it, there are really no DOM methods that
take Text Content and convert them to simple types. Does EVERYBODY
who uses DOM implement their own "getTextContentAsDouble(node)" (and
Int and String and DoubleList and IntList) methods? Or is there a
piece of the puzzle I'm missing.
Thanks for your patience and help!
Rob
some situations. However, I don't see how it's helping when accessing
the documents through DOM. I kind of imagine there would be a
getListContent() method or something like that.
Now that I'm thinking about it, there are really no DOM methods that
take Text Content and convert them to simple types. Does EVERYBODY
who uses DOM implement their own "getTextContentAsDouble(node)" (and
Int and String and DoubleList and IntList) methods? Or is there a
piece of the puzzle I'm missing.
Thanks for your patience and help!
Rob