xml mapping in database

R

rabbit

Hi all,
i have xml documents with the following DTD:
<!ELEMENT directory (host+)>
<!ELEMENT host (host+ | path+)>
<!ATTLIST host name CDATA #REQUIRED>
<!ELEMENT path (path+ | doc_info)>
<!ATTLIST path name CDATA #REQUIRED>
<!ELEMENT doc_info EMPTY>
<!ATTLIST doc_info doc_id ID #REQUIRED>

I want to map the xml documents in database oracle (not use DOM). But
i don't know, how can i realize the cycle. Element host and path can
consist of more host and path in cycle. Please help!



Thank you very much and greeting from germany!




rabbit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top