aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorMehdi Houshmand <mehdi@apache.org>2012-08-24 14:50:54 +0000
committerMehdi Houshmand <mehdi@apache.org>2012-08-24 14:50:54 +0000
commit8430f0839958e9c59877fb05ae4ffb487ffc0296 (patch)
tree23bfc2c1b3ed0239efe7eff8e979d181d9d6daf0 /src/documentation
parent69beec0c8ff0bb191c459184bc61b6a243ba693b (diff)
downloadxmlgraphics-fop-8430f0839958e9c59877fb05ae4ffb487ffc0296.tar.gz
xmlgraphics-fop-8430f0839958e9c59877fb05ae4ffb487ffc0296.zip
Bugzilla#48954: Support for character encoding of TLEs in AFP output. Submitted by PH.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1376950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/trunk/output.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index 7c4ace72e..4f792971b 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -971,7 +971,8 @@ Note that the value of the encoding attribute in the example is the double-byte
xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp">
<fo:layout-master-set>
<fo:simple-page-master master-name="simple">
- <afp:tag-logical-element name="The TLE Name" value="The TLE Value" />
+ <afp:tag-logical-element name="The TLE Name" value="The TLE Value"
+ encoding="500" />
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
@@ -985,7 +986,7 @@ Note that the value of the encoding attribute in the example is the double-byte
The tag-logical-element extension element can appear within a simple-page-master
(page level) or it can appear as child of page-sequence (page group level).
Multiple tag-logical-element extension elements within a simple-page-master or
- page-sequence are allowed. The name and value attributes are mandatory.
+ page-sequence are allowed. The name and value attributes are mandatory. The encoding attribute specifying a CCSID encoding is optional.
</p>
</section>
<section id="afp-no-operation">