Skip to content

Commit

Permalink
added {table} syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Jun 11, 2011
1 parent 88c3b5b commit 6ee2f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions accessibility/accessibility.evalaccess.xml
Expand Up @@ -4,8 +4,8 @@
<author>Willian Massami Watanabe (willian@yahoo-inc.com)</author>
<description>Validate WCAG 1.0 conformance using EvalAccess (http://sipt07.si.ehu.es/evalaccess2/)</description>
<documentationURL>http://sipt07.si.ehu.es/evalaccess2/howto.html</documentationURL>
<sampleQuery>SELECT * FROM evalaccess WHERE url='http://www.watinha.com';</sampleQuery>
<sampleQuery>SELECT * FROM evalaccess WHERE url='http://www.yahoo.com' AND levels='1';</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE url='http://www.watinha.com';</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE url='http://www.yahoo.com' AND levels='1';</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
Expand All @@ -18,7 +18,7 @@
<key id="errors" type="xs:string" paramType="query" default="checked" />
<key id="warnings" type="xs:string" paramType="query" default="checked" />
<key id="action" type="xs:string" paramType="query" default="Accessibility Evaluation" />
<key id="evalaccess_url" type="xs:string" paramType="path" default="sipt07.si.ehu.es" />
<key id="evalaccess_url" type="xs:string" paramType="path" default="sipt07.si.ehu.es" />
</inputs>
<execute>
<![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion prlog/prlog.releases.xml
Expand Up @@ -7,7 +7,7 @@
<sampleQuery>SELECT * FROM {table}</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE country="de"</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE country="de" AND category="books"</sampleQuery>
<sampleQuery>SELECT * FROM prlog WHERE category IN (SELECT category FROM prlog.categories LIMIT 5)"</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE category IN (SELECT category FROM prlog.categories LIMIT 5)"</sampleQuery>
</meta>
<bindings>
<select itemPath="rss.channel.item" produces="XML">
Expand Down

0 comments on commit 6ee2f53

Please sign in to comment.