All > Technology > Programming > Java
- An interpreting version of XSLT.
- Browse Related Terms: append mode, codebase, executable content, filter chain, JAR (Java ARchive) file, manifest file, swizzling, Xalan, XSLTC, zip file
Also listed in:
All > Technology > Programming > Java
- An XML look-alike for HTML defined by one of several XHTML DTDs. To use XHTML for everything would of course defeat the purpose of XML, because the idea of XML is to identify information content, and not just to tell how to display it. You can reference it in a DTD, which allows you to say, for example, that the text in an element can contain
<em>
and<b>
tags rather than being limited to plain text. - Browse Related Terms: CDATA, CSS, data, document, DTD, Element, HyperText Markup Language, JavaServer Pages (JSP), JSP directive, JSP page, JSP scriptlet, mixed-content model, Namespace, parser, PIXEL, raster, tag, XHTML, XML, XSLT
Also listed in:
All > Technology > Programming > Java
- The part of the XLL specification that is concerned with specifying links between documents.
- Browse Related Terms: comment, content, DDP, Error, fatal error, JSP document, prolog, SAX, Schema, Simple API for XML, valid, validating parser, Warning, well-formed, XLink, XPath, XPointer
All > Technology > Programming > Java
- The XML Link Language specification, consisting of XLink and XPointer.
- Browse Related Terms: absolute filename, asant, binding (XML), build file, Document Object Model, DOM, Extensible Markup Language, Java API for XML Processing (JAXP), kXML, processing instruction, RDF, relative filename, XLL, XML Schema
All > Technology > Programming > Java
Extensible Markup Language. A markup language that allows you to define the tags (markup) needed to identify the data and text in XML documents.
- Extensible Markup Language. A markup language that allows you to define the tags (markup) needed to identify the content, data, and text in XML documents. It differs from HTML, the markup language most often used to present information on the Internet. HTML has fixed tags that deal mainly with style or presentation. An XML document must undergo a transformation into a language with style tags under the control of a style sheet before it can be presented by a browser or other presentation mechanism. Two types of style sheets used with XML are CSS and XSL. Typically, XML is transformed into HTML for presentation. Although tags can be defined as needed in the generation of an XML document, a document type definition (DTD) can be used to define the elements allowed in a particular type of document. A document can be compared by using the rules in the DTD to determine its validity and to locate particular elements in the document. A Web services application's J2EE deployment descriptors are expressed in XML with schemas defining allowed elements. Programs for processing XML documents use SAX or DOM APIs.
- Browse Related Terms: CDATA, CSS, data, document, DTD, Element, HyperText Markup Language, JavaServer Pages (JSP), JSP directive, JSP page, JSP scriptlet, mixed-content model, Namespace, parser, PIXEL, raster, tag, XHTML, XML, XSLT
Also listed in:
All > Technology > Programming > Java
- See registry.
- Browse Related Terms: B2B, ebXML, Java API for XML Registries (JAXR), OASIS, registry provider, UDDI (Universal Description Discovery and Integration), XML registry
All > Technology > Programming > Java
- The W3C specification for defining the structure, content, and semantics of XML documents.
- Browse Related Terms: absolute filename, asant, binding (XML), build file, Document Object Model, DOM, Extensible Markup Language, Java API for XML Processing (JAXP), kXML, processing instruction, RDF, relative filename, XLL, XML Schema
All > Technology > Programming > Java
- An addressing mechanism for identifying the parts of an XML document.
- Browse Related Terms: comment, content, DDP, Error, fatal error, JSP document, prolog, SAX, Schema, Simple API for XML, valid, validating parser, Warning, well-formed, XLink, XPath, XPointer
All > Technology > Programming > Java
- The part of the XLL specification that is concerned with identifying sections of documents so that they can be referenced in links or included in other documents.
- Browse Related Terms: comment, content, DDP, Error, fatal error, JSP document, prolog, SAX, Schema, Simple API for XML, valid, validating parser, Warning, well-formed, XLink, XPath, XPointer
All > Technology > Programming > Java
Extensible Stylesheet Language. A standard that lets you do the following:
- Browse Related Terms: HTML, ISO 3166, key value, MIME, Parsing, RDF schema, SGML, SQL, Universal Standard Products and Services Classification (UNSPSC), XSL
Also listed in:
All > Technology > Programming > Java
- A subcomponent of XSL used for describing font sizes, page layouts, and how information flows from one page to another.
- Browse Related Terms: continuous simulation, critical section, discrete simulation, memory leak, race condition, synchronized statement, white space, XSL-FO
All > Technology > Programming > Java
- XSL Transformations. An XML document that controls the transformation of an XML document into another XML document or HTML. The target document often has presentation-related tags dictating how it will be rendered by a browser or other presentation mechanism. XSLT was formerly a part of XSL, which also included a tag language of style flow objects.
- Browse Related Terms: CDATA, CSS, data, document, DTD, Element, HyperText Markup Language, JavaServer Pages (JSP), JSP directive, JSP page, JSP scriptlet, mixed-content model, Namespace, parser, PIXEL, raster, tag, XHTML, XML, XSLT
All > Technology > Programming > Java
A compiling version of XSLT.
- Browse Related Terms: append mode, codebase, executable content, filter chain, JAR (Java ARchive) file, manifest file, swizzling, Xalan, XSLTC, zip file