HomeSort by relevance Sort by last modified time
    Searched full:xslt (Results 1 - 25 of 372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libxslt/
xsltConf.sh.in 2 # Configuration file for using the xslt library
7 MODULE_VERSION="xslt-@VERSION@"
libxslt.pc.in 9 Description: XSLT library version 2.
libxslt.m4 15 AC_ARG_WITH(xslt-prefix,
16 [ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)],
18 AC_ARG_WITH(xslt-exec-prefix,
19 [ --with-xslt-exec-prefix=PFX Exec prefix where libxslt is installed (optional)],
28 XSLT_CONFIG=$xslt_config_exec_prefix/bin/xslt-config
34 XSLT_CONFIG=$xslt_config_prefix/bin/xslt-config
38 AC_PATH_PROG(XSLT_CONFIG, xslt-config, no)
60 dnl (Also sanity checks the results of xslt-config to some extent)
68 #include <libxslt/xslt.h>
78 /* Capture xslt-config output via autoconf/configure variables *
    [all...]
  /external/libxslt/
README 2 XSLT support for libxml2 (XML toolkit from the GNOME project)
5 http://xmlsoft.org/XSLT/
10 http://xmlsoft.org/XSLT/bugs.html
12 A mailing-list xslt@gnome.org is available, to subscribe:
13 http://mail.gnome.org/mailman/listinfo/xslt
16 http://mail.gnome.org/archives/xslt/
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.h 2 * Summary: Interfaces, constants and types related to the XSLT engine
3 * Description: Interfaces, constants and types related to the XSLT engine
23 * The default version of XSLT supported.
30 * The XSLT "vendor" string for this processor.
37 * The XSLT "vendor" URL for this processor.
39 #define XSLT_DEFAULT_URL "http://xmlsoft.org/XSLT/"
44 * The XSLT specification namespace.
52 * XSLT consumption.
extra.h 3 * Description: implement some extension outside the XSLT namespace
27 #define XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace")
49 "org.apache.xalan.xslt.extensions.Redirect")
57 "http://nwalsh.com/xslt/ext/com.nwalsh.saxon.CVS")
preproc.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
7 * Michael Kay "XSLT Programmer's Reference" pp 637-643
10 * XSLT-1.1 Working Draft
31 #include "xslt.h"
57 * Grammar checks are now performed in xslt.c.
62 * @style: the XSLT stylesheet
63 * @inst: the XSLT instruction
103 * @style: the XSLT stylesheet
104 * @inst: the XSLT instruction
155 * @style: the XSLT styleshee
    [all...]
extensions.h 38 * @ctxt: an XSLT stylesheet
41 * A function called at initialization time of an XSLT extension module.
50 * @ctxt: an XSLT stylesheet
54 * A function called at shutdown time of an XSLT extension module.
62 * @ctxt: an XSLT transformation context
65 * A function called at initialization time of an XSLT extension module.
74 * @ctxt: an XSLT transformation context
78 * A function called at shutdown time of an XSLT extension module.
215 * Those are used by the XSLT (pre)processor.
249 * Test module http://xmlsoft.org/XSLT/
    [all...]
attributes.h 2 * Summary: interface for the XSLT attribute handling
  /external/libxslt/libxslt/
xslt.h 2 * Summary: Interfaces, constants and types related to the XSLT engine
3 * Description: Interfaces, constants and types related to the XSLT engine
23 * The default version of XSLT supported.
30 * The XSLT "vendor" string for this processor.
37 * The XSLT "vendor" URL for this processor.
39 #define XSLT_DEFAULT_URL "http://xmlsoft.org/XSLT/"
44 * The XSLT specification namespace.
52 * XSLT consumption.
extra.h 3 * Description: implement some extension outside the XSLT namespace
27 #define XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace")
49 "org.apache.xalan.xslt.extensions.Redirect")
57 "http://nwalsh.com/xslt/ext/com.nwalsh.saxon.CVS")
preproc.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
7 * Michael Kay "XSLT Programmer's Reference" pp 637-643
10 * XSLT-1.1 Working Draft
31 #include "xslt.h"
57 * Grammar checks are now performed in xslt.c.
62 * @style: the XSLT stylesheet
63 * @inst: the XSLT instruction
103 * @style: the XSLT stylesheet
104 * @inst: the XSLT instruction
155 * @style: the XSLT styleshee
    [all...]
extensions.h 38 * @ctxt: an XSLT stylesheet
41 * A function called at initialization time of an XSLT extension module.
50 * @ctxt: an XSLT stylesheet
54 * A function called at shutdown time of an XSLT extension module.
62 * @ctxt: an XSLT transformation context
65 * A function called at initialization time of an XSLT extension module.
74 * @ctxt: an XSLT transformation context
78 * A function called at shutdown time of an XSLT extension module.
215 * Those are used by the XSLT (pre)processor.
249 * Test module http://xmlsoft.org/XSLT/
    [all...]
  /external/chromium_org/content/test/data/webkit/resources/
xslt-bad-import-uri.xml 2 <?xml-stylesheet type="text/xsl" href="xslt-bad-import-uri.xsl"?>
  /external/chromium_org/content/test/data/webkit/
xslt-bad-import.html 11 <iframe src="resources/xslt-bad-import-uri.xml"></iframe>
  /libcore/expectations/
knownfailures.txt     [all...]
  /external/bison/data/
Makefile.am 25 xsltdir = $(pkgdatadir)/xslt
27 xslt/bison.xsl \
28 xslt/xml2dot.xsl \
29 xslt/xml2text.xsl \
30 xslt/xml2xhtml.xsl
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 79 * @see <a href="http://www.w3.org/TR/xslt#section-Stylesheet-Structure">section-Stylesheet-Structure in XSLT Specification</a>
180 //============== XSLT Properties =================
190 * @see <a href="http://www.w3.org/TR/xslt#xslt-namespace">xslt-namespace in XSLT Specification</a>
201 * @see <a href="http://www.w3.org/TR/xslt#xslt-namespace">xslt-namespace in XSLT Specification</a
    [all...]
ElemTemplate.java 49 * @see <a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a>
167 * @see <a href="http://www.w3.org/TR/xslt#patterns">patterns in XSLT Specification</a>
183 * @see <a href="http://www.w3.org/TR/xslt#patterns">patterns in XSLT Specification</a>
203 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
217 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a
    [all...]
ElemMessage.java 38 * @see <a href="http://www.w3.org/TR/xslt#message">message in XSLT Specification</a>
47 * XSLT transformer should terminate processing after sending
56 * XSLT transformer should terminate processing after sending
69 * XSLT transformer should terminate processing after sending
103 * is dependent on the XSLT transformer. The content of the xsl:message
XSLTVisitor.java 28 * for each component of an XSLT stylesheet. Aside from possible other uses,
35 * Visit an XSLT instruction. Any element that isn't called by one
47 * Visit an XSLT stylesheet instruction.
59 * Visit an XSLT top-level instruction.
70 * Visit an XSLT top-level instruction.
82 * Visit an XSLT variable or parameter declaration.
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 28 * @see <a href="http://www.w3.org/TR/xslt#output">
29 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a>
51 * @see <a href="http://www.w3.org/TR/xslt#output">
52 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a>
69 * @see <a href="http://www.w3.org/TR/xslt#output">
70 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a>
85 * @see <a href="http://www.w3.org/TR/xslt#output">
86 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a>
93 * <p><code>omit-xml-declaration</code> specifies whether the XSLT
96 * @see <a href="http://www.w3.org/TR/xslt#output"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorImport.java 27 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
28 * @see <a href="http://www.w3.org/TR/xslt#import">import in XSLT Specification</a>
  /external/apache-xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java 35 * @see <a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a>
49 * @see <a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a>
  /external/apache-xml/src/main/java/org/apache/xml/utils/
Constants.java 24 * Primary constants used by the XSLT Processor
38 * URI which indicates that a name may be an XSLT directive. In most
39 * XSLT stylesheets, this is bound to the "xsl:" prefix. It's defined
40 * by the W3C's XSLT Recommendation.</li>
42 * used in early prototypes of XSLT processors for much the same purpose
44 * of XSLT which it signified is not fully compatable with the final
45 * XSLT Recommendation, so what it really signifies is a badly obsolete
57 * this XSLT processor. </li>
68 * built-in XSLT Extensions. When used in stylesheets, this is often
79 S_BUILTIN_OLD_EXTENSIONS_URL = "http://xml.apache.org/xslt";
    [all...]

Completed in 2452 milliseconds

1 2 3 4 5 6 7 8 91011>>