Hello,
Is it possible to store XML files in ObjectDB?
Thanks
Hello,
Is it possible to store XML files in ObjectDB?
Thanks
ObjectDB can be used to store any type of data including XML.
For example, you can define a generic Element entity and store the XML as a tree of Element nodes.
Another option is to define an entity class per element type.
You can also store an entire non parsed XML file as string or byte[] in one entity object.