Revision 36
Added by Matt Jones over 24 years ago
xsqltest/dsquery-xsql.xml | ||
---|---|---|
23 | 23 |
<section>Query form</section> |
24 | 24 |
<form> |
25 | 25 |
<method>POST</method> |
26 |
<action>/xsqltest/dsquery.xsql</action> |
|
26 |
<action>/xmltodb/xsqltest/dsquery.xsql</action>
|
|
27 | 27 |
<textfield> |
28 | 28 |
<name>search_string</name> |
29 | 29 |
<xsql:query tag-case="lower" |
xsqltest/dsquery.xsl | ||
---|---|---|
67 | 67 |
|
68 | 68 |
<xsl:template match="meta_file_id"> |
69 | 69 |
<a> |
70 |
<xsl:attribute name="href">/xsqltest/eml-dataset2.xsql?meta_file_id=<xsl:value-of select="."/></xsl:attribute> |
|
70 |
<xsl:attribute name="href">/xmltodb/xsqltest/eml-dataset2.xsql?meta_file_id=<xsl:value-of select="."/></xsl:attribute>
|
|
71 | 71 |
<xsl:value-of select="."/> |
72 | 72 |
</a> |
73 | 73 |
</xsl:template> |
xsqltest/dsquery.xsql | ||
---|---|---|
24 | 24 |
<section>Query form</section> |
25 | 25 |
<form> |
26 | 26 |
<method>POST</method> |
27 |
<action>/xsqltest/dsquery.xsql</action> |
|
27 |
<action>/xmltodb/xsqltest/dsquery.xsql</action>
|
|
28 | 28 |
<textfield> |
29 | 29 |
<name>search_string</name> |
30 | 30 |
<xsql:query tag-case="lower" |
xsqltest/rowcol.xsl | ||
---|---|---|
8 | 8 |
* Style Sheets (CSS) are used to create some styling effects. |
9 | 9 |
--> |
10 | 10 |
<!-- |
11 |
| $Author$ |
|
12 |
| $Date$ |
|
13 |
| $Source$ |
|
14 |
| $Revision$ |
|
11 |
| Author: smuench |
|
15 | 12 |
+--> |
16 | 13 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
17 | 14 |
|
Also available in: Unified diff
updated paths to work as web demo