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!
Hi community. A apreciate if somebody know how to solve a specificy behavior over my apex application. Creating new pages that are accessed by entries in the left navigation bar (navbar), clicking a certain entry ("Contratos" at image A), start loading to the correct page. However the releated parent entry in the navbar is collapsed and another unrelated entry in the navbar is expanded, showing its sublevels (image B). The correct page is loaded, but another navigation bar entry is expanded ("Balcão" at image B). This is the unexpected behavior (at least not programmed by me). What do I need to load the page and keep the navigation unchanged, or showing related menu entry? (image C) Thanks for any help.
You could use XMLQUERY()
I could easily do this for you, but you won't learn anything. However, here's a good article on how to go about it.
wonderful !!
It seems the same example
Only I would like to know how to get the version of XML
xml version="1.0" encoding="UTF-8" standalone="yes
something like ...
select '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' ||xmlserialize(document ... as clob indent) as xml_output....
'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>'
||
xmlserialize(document ... as clob indent) as xml_output
....
muttleychess wrote:wonderful !!It seems the same example Only I would like to know how to get the version of XMLxml version="1.0" encoding="UTF-8" standalone="yes
muttleychess wrote:
The prolog is added (and only needed) if you serialise the data to a BLOB. It's simply for the consumer's sake so they know how to decode the BLOB into character data. If you are serialising into a CLOB, you don't need it, however if you really want to, use mNem's concat approach.
report error: Oops, something went wrong! We've notified our team to take a look. Please try again later. (Reference 300000.25.201.31548).