|
Home > Online Product Documentation > Table of Contents > Wildcards in Queries Wildcards in QueriesIn a query, you can include an asterisk (*) to represent all elements. For example:
This query searches for all
The * collection returns all elements that are children of the context node, regardless of their tag names.
The next query finds all
The following query returns the grandchild elements of the current context.
Restrictions
Usually, the asterisk (*) returns only elements. It does not return processing instructions, attributes, or comments, nor does it include attributes or comments when it maintains a count of nodes. For example, the following query returns
Wildcards in strings are not allowed. For example, you cannot define a query such as the following:
AttributesTo use a wildcard for attributes, you can specify @*. For example:
For each
|
XML Project
Stylus Studio's Project Window is an intuitive, visual feature for organizing files belonging to a project. It supports different file-type icons and nested folders; many helpful options are available from the context menu.
The Java Architecture for XML Binding (JAXB)
In this JAXB tutorial, we'll show you how easy it is to generate JAXB bindings!
XML File Explorer
The XML File Explorer provides a productive, consistent, and easy-to-use interface for working with any data sources (relational data, EDI, binary, XML, CSV, and more) used in enterprise data integration projects.
Translating EDIFACT Documents to XML
The EDIFACT to XML Converter is a primary component of the adapter library. The XML that is generated is well commented and indented, and can be used anywhere XML is normally used — with XML Schemas, XQuery, XSLT, and so on.