XML Node > 32K

xiffy

New Member
In progress version 10 we now have longchar and clob fields to hold large character objects. This would have been very usefull, but I can't find a way to read the value of a single xml node which value is over 32K.
Is there anyway around this limit? According to the docs, there isn't since the get-value in the xml-dom returns a character (< 32K). The sax parsers has the same limitation when used in Progress.
I hope i'm missing something and there is some magic that could lift this limitation ...
 
Top