Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XInclude support?

473555Oct 22 2006 — edited Oct 24 2006
Hi,

I know you can't comment on any specific release dates, but is XInclude support planned for Berkeley DB XML?

I could work around that using XQuery and manually collect the single parts of the result document, but it would be a great help if DB XML could handle XInclude/XPointer internally and return the full assembled document automatically.

Sascha

Comments

522770
Hi Sascha,

DB XML has no current plans to support XInclude. Could you use an external XInclude processor to assemble your documents before they are put into DB XML?

John
473555
Could you use an external XInclude processor to assemble your documents before they are put into DB XML?
That would defeat the purpose I had in mind - storing a document once and then referencing it from multiple other documents. As I said I think that's pretty easy to implement using XQuery.

I just wanted to ask if XInclude was somewhere on the horizon.
Gmfeinberg-Oracle
Sascha,

The upcoming 2.3 release has support for classes that can be used
to "pull" result content as a stream of events, which could
allow your application to efficiently recognize, and use Xinclude
attributes.

Regards,

George
473555
Hi,
The upcoming 2.3 release has support for classes that
can be used to "pull" result content as a stream of events.
Sounds great - I think I already have some ideas of how to use that. :-)
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 21 2006
Added on Oct 22 2006
4 comments
529 views