From cd65acbcb541da83c39c3f1eeb6672a7bcc123d6 Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Sun, 25 Nov 2012 17:52:44 +0100 Subject: removed help content referring to obsolete XML filter options. Change-Id: I43fd160e5e44cf2ef23d9cd7f560e5ff7fd4be3f --- source/text/shared/01/06150120.xhp | 15 +-------------- source/text/shared/01/06150200.xhp | 4 ++-- source/text/shared/guide/xsltfilter_create.xhp | 8 -------- 3 files changed, 3 insertions(+), 24 deletions(-) (limited to 'source/text/shared') diff --git a/source/text/shared/01/06150120.xhp b/source/text/shared/01/06150120.xhp index e27038bd48..969219883a 100644 --- a/source/text/shared/01/06150120.xhp +++ b/source/text/shared/01/06150120.xhp @@ -47,21 +47,8 @@ DocType Enter the DOCTYPE of the XML file. - For example, the DOCTYPE defined for the current DocBook XML filter is: - -//OASIS//DTD DocBook XML V4.1.2//EN - The resulting line in the XML document is: - <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> - DTD - If you want, enter the public or system identifier of the DTD (Document Type Definition) that you want to use. - - - If present, both identifiers are written to the DOCTYPE declaration in saved XML files. - - The public identifier is used to detect the filter when you open a file without specifying a filter. - - - Browse + Browse Opens a file selection dialog. XSLT for export If this is an export filter, enter the file name of the XSLT stylesheet that you want to use for exporting. diff --git a/source/text/shared/01/06150200.xhp b/source/text/shared/01/06150200.xhp index d5a58d2332..59b7dbf063 100644 --- a/source/text/shared/01/06150200.xhp +++ b/source/text/shared/01/06150200.xhp @@ -55,7 +55,7 @@ Displays the file name of the document that you want to use to test the XSLT filter. Browse -Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is displayed in the XML Filter output window. +Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is opened in your default XML editor after transformation. Current Document The front-most open file that matches the XML filter criteria will be used to test the filter. The current XML export filter transforms the file and the resulting XML code is displayed in the XML Filter output window. @@ -69,7 +69,7 @@ Transform file Display source -Opens the window, where the XML source of the selected document is displayed. The document is used to test the import filter. The Validate button in the window validates the XML source of the document against the OpenDocument (or for older filters the OpenOffice.org XML) DTD. +Opens the XML source of the selected document in your default XML editor after importing. Browse Opens a file selection dialog. The selected file is opened using the current XML import filter. 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 @@ When you create an XML filter for %PRODUCTNAME, you need to design an XSLT stylesheet that can convert to and from the OpenDocument XML file format. For more information about the OpenDocument XML format, go to http://xml.openoffice.org/. If you want, you can include a template with your filter to apply %PRODUCTNAME styles to an XML document that you import. - You can also include the Document Type Definition (DTD) for the external XML format so you can validate the XML format, for example, when you test the filter. To Create an XML Filter @@ -99,10 +98,6 @@ (Optional) In the DocType box, enter the document type identifier for the external file format. This identifier is used to detect the file type on import. - - (Optional) In the DTD box, enter the path and file name of the DTD for the external file format. - This DTD is used to validate the files on export. - In the XSLT for export box, enter the path and file name of the XSLT stylesheet that defines the transformation from OpenDocument format to the external format. @@ -148,9 +143,6 @@ To test an Import Filter, click Browse in the Import area of the dialog, select a document, and click Open. - - To validate the transformed file against the specified DTD, click Validate. -
-- cgit