How to retrive a xml document stored in xml db repository
Hello Team , we are trying to run the SQL command as below
SELECT XMLSerialize(DOCUMENT r.res AS CLOB) FROM RESOURCE_VIEW r WHERE equals_path(res, '/public/general/folder1/folder2/folder3/test.xml') = 1;
We want to retrive the test.xml from xml db repository with out any schema consideration , i mean we don't want the test.xml to be validated.
any ideas how can we get this done same?
Thanks,
vishwa