summaryrefslogtreecommitdiff
path: root/source/text/shared/guide/xsltfilter_create.xhp
diff options
context:
space:
mode:
authorPeter Jentsch <pjotr@guineapics.de>2012-11-25 17:52:44 +0100
committerPeter Jentsch <pjotr@guineapics.de>2012-11-25 17:58:09 +0100
commitcd65acbcb541da83c39c3f1eeb6672a7bcc123d6 (patch)
tree88065edab95576ce17ecf6f448245b7b4033cb2b /source/text/shared/guide/xsltfilter_create.xhp
parent14a35bc7c9a2a012e7d994588a2fcdf52158ebac (diff)
removed help content referring to obsolete XML filter options.
Change-Id: I43fd160e5e44cf2ef23d9cd7f560e5ff7fd4be3f
Diffstat (limited to 'source/text/shared/guide/xsltfilter_create.xhp')
-rw-r--r--source/text/shared/guide/xsltfilter_create.xhp8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/text/shared/guide/xsltfilter_create.xhp b/source/text/shared/guide/xsltfilter_create.xhp
index de469f24b8..dba4d468d8 100644
--- a/source/text/shared/guide/xsltfilter_create.xhp
+++ b/source/text/shared/guide/xsltfilter_create.xhp
@@ -53,7 +53,6 @@
<paragraph xml-lang="en-US" id="par_idN109A9" role="paragraph" l10n="NEW">When you create an XML filter for %PRODUCTNAME, you need to design an <emph>XSLT stylesheet</emph> that can convert to and from the OpenDocument XML file format.</paragraph>
<paragraph xml-lang="en-US" id="par_idN109B0" role="tip" l10n="NEW">For more information about the OpenDocument XML format, go to <link href="http://xml.openoffice.org/">http://xml.openoffice.org/</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_idN109C5" role="paragraph" l10n="NEW">If you want, you can include a <emph>template</emph> with your filter to apply %PRODUCTNAME styles to an XML document that you import.</paragraph>
- <paragraph xml-lang="en-US" id="par_idN109CC" role="paragraph" l10n="CHG">You can also include the <emph>Document Type Definition</emph> (DTD) for the external XML format so you can validate the XML format, for example, when you test the filter.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10531" role="heading" level="2" l10n="NEW">To Create an XML Filter</paragraph>
<list type="ordered">
<listitem>
@@ -100,10 +99,6 @@
<paragraph xml-lang="en-US" id="par_idN10D0E" role="paragraph" l10n="NEW">This identifier is used to detect the file type on import.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10A2C" role="paragraph" l10n="NEW">(Optional) In the <emph>DTD</emph> box, enter the path and file name of the DTD for the external file format.</paragraph>
- <paragraph xml-lang="en-US" id="par_idN10D1F" role="paragraph" l10n="NEW">This DTD is used to validate the files on export.</paragraph>
- </listitem>
- <listitem>
<paragraph xml-lang="en-US" id="par_idN10A32" role="paragraph" l10n="NEW">In the <emph>XSLT for export</emph> box, enter the path and file name of the XSLT stylesheet that defines the transformation from OpenDocument format to the external format.</paragraph>
</listitem>
<listitem>
@@ -148,9 +143,6 @@
<listitem>
<paragraph xml-lang="en-US" id="par_idN10A99" role="paragraph" l10n="NEW">To test an <emph>Import</emph> Filter, click <emph>Browse</emph> in the <emph>Import</emph> area of the dialog, select a document, and click <emph>Open</emph>.</paragraph>
</listitem>
- <listitem>
- <paragraph xml-lang="en-US" id="par_idN10E32" role="paragraph" l10n="NEW">To validate the transformed file against the specified DTD, click <emph>Validate</emph>.</paragraph>
- </listitem>
</list>
<section id="relatedtopics">