Home | History | Annotate | Download | only in doc

Lines Matching refs:XSLT

40 <li><a href="XSLT.html">XSLT</a></li>
78 <li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li>
108 <p> The search service indexes the libxml2 and libxslt APIs and documentation as well as the xml@gnome.org and xslt@gnome.org mailing-list archives. To use it simply provide a set of keywords:
116 <option value="XSLT" <?php if ($scope == 'XSLT') print "selected"?>>XSLT resources</option>
119 <option value="XSLTAPI" <?php if ($scope == 'XSLTAPI') print "selected"?>>Only the XSLT API</option>
122 <option value="XSLTDOC" <?php if ($scope == 'XSLTDOC') print "selected"?>>Only the XSLT Documentation</option>
125 <option value="XSLTLIST" <?php if ($scope == 'XSLTLIST') print "selected"?>>Only the XSLT list archive</option>
221 $result = mysql_query ("SELECT XSLTwordsArchive.relevance, XSLTwordsArchive.name, 'xslt-list', archives.resource, archives.title FROM XSLTwordsArchive, archives WHERE LCASE(XSLTwordsArchive.name) LIKE LCASE('$word') and XSLTwordsArchive.ID = archives.ID ORDER BY relevance DESC LIMIT 75");
274 if (($scope == 'any') || ($scope == 'XSLT') ||
291 $url = "XSLT/html/libxslt-$module.html#$id";
321 if (($scope == 'any') || ($scope == 'XSLT') ||
331 $url = "XSLT/$module";
336 array($relevance, "XSLT docs",
368 if (($scope == 'any') || ($scope == 'XSLT') ||
386 xslt/", "", $url);
422 if (($scope == 'any') || ($scope == 'XSLT') ||
424 list($result, $j) = XSLTqueryWord("xslt$word");
439 $url = "XSLT/html/libxslt-$module.html#$id";