Storing XML files in ObjectDB

#1

Hello,

Is it possible to store XML files in ObjectDB?

 

Thanks

#2

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.

ObjectDB Support

Reply