xsl output tag
by , 11-01-2011 at 05:21 PM (585 Views)
As you know, you may apply XSLT transformers and filters on XML documents in Java. To do so, you should know some basic XSLT tags. I will present xsl:output tag in this post.
It is a top-level element, and must appear as a child node of or . The element defines the format of the output document.
Example follows:
<xsl:output
method="xml|html|text|name"
version="string"
encoding="string"
omit-xml-declaration="yes|no"
standalone="yes|no"
doctype-public="string"
doctype-system="string"
cdata-section-elements="namelist"
indent="yes|no"
media-type="string"/>
I hope this helps.









Email Blog Entry
Size Reduced for Images in PDF &...
05-15-2013, 05:53 PM in Java Software