Questions tagged [xsql]

6 questions
1
vote
1 answer

XQuery SQL Extract text value from a child element of a specific node

I'm struggling with the following situation: I need to extract that '10000' after ...name="stateid"> 10000 I've managed to extract some that I need from the first node audittrail SELECT ref.value ('@datetime', 'nvarchar(364)') as…
mrowland
  • 13
  • 3
0
votes
0 answers

xsql last version and support information

I am aware that XSQL is not supported anymore by Oracle (i.e. there is no release since 2004 or 2006). In other words, Oracle stopped supporting the XSQL many years back. XDK or XSQL Link However, I couldn't see any official page confirming the…
notionquest
  • 37,595
  • 6
  • 111
  • 105
0
votes
1 answer

Serializer is not defined in XSQL configuration file

I am trying to write some custom Serializers for an Oracle XSQL Servlet. I'm trying to keep my two serializers within the local .ear because they are still being developed and tested and I don't want to hurt production code. However, I am getting…
Scott
  • 11,046
  • 10
  • 51
  • 83
0
votes
1 answer

Forward slash problem in xsl and xsql

I have simple xsql
Peter Kaleta
  • 385
  • 3
  • 9
0
votes
1 answer

ORA-00911: invalid character xsql error

I m using sql query in the xsql file but I have ORA-00911: invalid character error. Same query is working directly on the database. My index.xsql:
thatway_3
  • 404
  • 1
  • 10
  • 22
0
votes
1 answer

Dynamically set xsl stylesheet to an xsql file

I want to set the xsl stylesheet to an xml file from the url (for example: index.xsql?style=html_style), now i'm using the following code: My question…
gberes
  • 1,169
  • 1
  • 12
  • 32