src/xmlpatterns/api/qxmlquery.cpp
changeset 37 758a864f9613
parent 18 2f34d5167611
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   149   \code
   149   \code
   150   xmlpatterns myStylesheet.xsl myInput.xml
   150   xmlpatterns myStylesheet.xsl myInput.xml
   151   \endcode
   151   \endcode
   152 
   152 
   153   \note For the current release, XSLT support should be considered
   153   \note For the current release, XSLT support should be considered
   154         experimental. See section \l{Using XML technologies#XSLT
   154   experimental. See section \l{XQuery#XSLT 2.0} {XSLT conformance} for
   155         2.0}{XSLT conformance} for details.
   155   details.
   156 
   156 
   157   Stylesheet parameters are bound using bindVariable().
   157   Stylesheet parameters are bound using bindVariable().
   158 
   158 
   159   \section1 Binding A Query To A Starting Node
   159   \section1 Binding A Query To A Starting Node
   160 
   160 
   289   \note If your QXmlQuery will process XSL-T stylesheets, this
   289   \note If your QXmlQuery will process XSL-T stylesheets, this
   290   constructor must be used. The default constructor can only
   290   constructor must be used. The default constructor can only
   291   create instances of QXmlQuery for running XQueries.
   291   create instances of QXmlQuery for running XQueries.
   292 
   292 
   293   \note The XSL-T support in this release is considered experimental.
   293   \note The XSL-T support in this release is considered experimental.
   294   See the \l{Using XML technologies#XSLT 2.0}{XSLT conformance} for
   294   See the \l{XQuery#XSLT 2.0} {XSLT conformance} for details.
   295   details.
       
   296 
   295 
   297  \since 4.5
   296  \since 4.5
   298  \sa queryLanguage()
   297  \sa queryLanguage()
   299  */
   298  */
   300 QXmlQuery::QXmlQuery(QueryLanguage queryLanguage,
   299 QXmlQuery::QXmlQuery(QueryLanguage queryLanguage,