aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/design/extending.xml
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-11-19 07:57:29 +0000
committerKeiron Liddle <keiron@apache.org>2002-11-19 07:57:29 +0000
commitc525b8cd71144ff2c6dfec6b302ac13abafaecf1 (patch)
tree9219a3b9bef98a68ef28ad58c9a3393bd62d09fc /src/documentation/content/xdocs/design/extending.xml
parent3219a1cc5846ffe22cad42685beac7644181c606 (diff)
downloadxmlgraphics-fop-c525b8cd71144ff2c6dfec6b302ac13abafaecf1.tar.gz
xmlgraphics-fop-c525b8cd71144ff2c6dfec6b302ac13abafaecf1.zip
The attached patch file contains:
1. Valid URIs for all xdoc DTD declarations. 2. Some minor changes for xdoc documents that were discovered to be invalid after the DTD declarations were fixed. 3. Changed tabs.xml so that the 2nd tab on our site will now read "Redesign" instead of "dev" (this was discussed in a recent thread). Submitted By: vic@outfitr.com (Victor Mote) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/design/extending.xml')
-rw-r--r--src/documentation/content/xdocs/design/extending.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/design/extending.xml b/src/documentation/content/xdocs/design/extending.xml
index d0a954586..35d468422 100644
--- a/src/documentation/content/xdocs/design/extending.xml
+++ b/src/documentation/content/xdocs/design/extending.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
+ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
<document>
<header>
@@ -85,12 +86,12 @@ document into PDF markup.
</p>
<p>
eg.
-<source><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
+<code><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
Search
-</my:script-link>]]></source>
+</my:script-link>]]></code>
to result in a text box referencing the following PDF action:
-<source><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) >>]]></source>
+<code><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) >>]]></code>
</p>