Skip to Main Content

DevOps, CI/CD and Automation

Announcement

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

dbms_xslprocessor.selectsinglenode issue...

29245Jul 11 2005
According to the specification for dbms_xslprocessor, the third parameter allows a namespace to be passed, but if I pass anything other than null, I get the following error message.

ERROR at line 1:
ORA-31013: Invalid XPATH expression
ORA-06512: at "XDB.DBMS_XSLPROCESSOR", line 652
ORA-06512: at "XDB.DBMS_XSLPROCESSOR", line 685
ORA-06512: at line 252

My call looks like this:
curNode := dbms_xslprocessor.selectSingleNode(rootNode, '/Order','http://ns.oracle.com/AQ/schemas/access');

Does anyone have any suggestions? Is this supported in PLSQL? We are running 9.2.0.5

Thanks in advance.
Brett

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 8 2005
Added on Jul 11 2005
0 comments
808 views