XUL:query
From MDC
This article covers features introduced in Firefox 3
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
Used to specify the query for a template. The attributes and content of the query are dependent on the type of datasource being used.
For RDF datasources, the query should contain content, member and/or triple elements. For XML datasources, the query should have an expr attribute and may optionally contain assign elements. For SQL datasources, the query should contain an SQL statement as text.
- Attributes
- expr
[edit] Examples
(example needed)
[edit] Attributes
- expr
- Type: string
- For XML queries, an XPath expression which returns results. Any namespace prefixes declared on the element may be used within the expression.
|
Inherited from XUL element |
[edit] Properties
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |