XML in ADF
Hello,
We have XML stored in oracle XE database. Using Jdev 11.1.1.3 and webcenter application (Jspx pages)
simple question :
a> How do we extract this XML fron XE ? Yes we created entity and view objects based on that xml table already.
b> we want to be able to parse that XML ---- Extract content of XML (typically sitting in XML tags like firstName, lastname, Description of product, UserReviews etc) and then we want to show that extracted thing on webcenter jspx page
so question is what is easiest declarative way in ADF Jdev combo to parse - extract - display content in jspx ???
c> third thing is we have a web server where we have html files sitting. we want to grab those html from jspx client side code (we know the URL of files) and be able to display that html in jspx file. whatis the best declarative approach in jdev adf combo ??
thx
dd