Hi there!
I'm a newbie in using dom4j and I'm even not sure if do4j is the best solution for my 
purposes:

I want to work with some XML-Docs like:
---
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:prf="http://www.w3.org/ccppschema-20010430#";>
 <rdf:Description rdf:ID="MyDeviceProfile">
  <prf:component>
   <rdf:Description rdf:ID="Device">
     <rdf:type rdf:resource="http://www.host.org#ccppschema"/>
     <prf:ImageResolution>800x600</prf:ImageResolution>
     <prf:Accept>
       <rdf:Bag>
         <rdf:li>image/jpeg</rdf:li>
         <rdf:li>audio/wav</rdf:li>
         <rdf:li>audio/mp3</rdf:li>
       </rdf:Bag>
     </prf:Accept>
   </rdf:Description>
  </prf:component>
 </rdf:Description>
</rdf:RDF>
-----------
And I have some of these kind of documents.
After loading I'd like to query for some Attributes (maybe xpath?) and get the 
attribute for further processing.

My first attempts stucked after getting only ONE Element, Attribute and Value. I 
think, it's because of Namespace-problems.

Somebody has ideas? Maybe works on similiar issues?

Any help is really appreciated,

best regards,
Marc
____________________________________________________
Berufsunfähigskeitversicherung von Mamax bei WEB.DE. 
Jetzt informieren! http://bu.web.de


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to