~vcs-imports/xena/trunk

« back to all changes in this revision

Viewing changes to ext/src/xalan-j_2_7_1/samples/extensions/sql/pquery/dbinfo.xml

  • Committer: matthewoliver
  • Date: 2009-12-10 03:18:07 UTC
  • Revision ID: vcs-imports@canonical.com-20091210031807-l086qguzdlljtkl9
Merged Xena Testing into Xena Stable for the Xena 5 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<XMLSTORE>
 
2
 
 
3
 <QUERY>
 
4
   <ProductID>1</ProductID>
 
5
 </QUERY>
 
6
  
 
7
 <DBINFO>
 
8
   <dbdriver>org.apache.derby.jdbc.EmbeddedDriver</dbdriver>
 
9
   <dburl>jdbc:derby:sampleDB</dburl>
 
10
   <user/>
 
11
   <password/>
 
12
 </DBINFO>
 
13
 
 
14
</XMLSTORE>