From 3316a78091333b15939ee77327a8430853f6240b Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Thu, 24 Oct 2002 15:19:35 +0000 Subject: [PATCH] Stripped s using tabstops of 2. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195359 13f79535-47bb-0310-9956-ffa450edef68 --- docs/foschema/schema2completion.xsl | 318 +++++++++--------- docs/foschema/schema2dtd.xsl | 478 ++++++++++++++-------------- 2 files changed, 398 insertions(+), 398 deletions(-) diff --git a/docs/foschema/schema2completion.xsl b/docs/foschema/schema2completion.xsl index 0cbaef14b..3e342dfb8 100644 --- a/docs/foschema/schema2completion.xsl +++ b/docs/foschema/schema2completion.xsl @@ -1,15 +1,15 @@ + version="1.1" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:saxon="http://icl.com/saxon" + xmlns:xs = "http://www.w3.org/2001/XMLSchema" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + xmlns:date="http://exslt.org/dates-and-times" + xmlns:math="http://exslt.org/math" + extension-element-prefixes="saxon date math" + exclude-result-prefixes="fo xs"> @@ -17,181 +17,181 @@ - + - - - | - - - - - - - - - - + + + | + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - | - Attribute - - - - - - - - - - This supplies annotated list values inserted in the schema - solely for the purpose of supplying examples of valid values for a type. - - - | - Fake Attribute - + + + + | + Attribute + + + + + + + + + + This supplies annotated list values inserted in the schema + solely for the purpose of supplying examples of valid values for a type. + + + | + Fake Attribute + - - - - - - - - - - - - Calling - - - - - - + + + + + + + + + + + + Calling + + + + + + - <element name="fo: - - " + <element name="fo: + + " content=" - - - EMPTY - - - ( - - #PCDATA| - - - - - | - - - - - - - - - - - ) - - - "> + + + EMPTY + + + ( + + #PCDATA| + + + + + | + + + + + + + + + + + ) + + + "> - - - - - - - - - - - - + + + + + + + + + + + + </element> - - - - - - - Processing type = - - - - - - - - | - - - - - - - - - - ( - - ) - - - CDATA - - - - + + + + + + + Processing type = + + + + + + + + | + + + + + + + + + + ( + + ) + + + CDATA + + + + - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/docs/foschema/schema2dtd.xsl b/docs/foschema/schema2dtd.xsl index e4bcc0db8..0ef7215eb 100644 --- a/docs/foschema/schema2dtd.xsl +++ b/docs/foschema/schema2dtd.xsl @@ -1,15 +1,15 @@ + version="1.1" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:saxon="http://icl.com/saxon" + xmlns:xs = "http://www.w3.org/2001/XMLSchema" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + xmlns:date="http://exslt.org/dates-and-times" + xmlns:math="http://exslt.org/math" + extension-element-prefixes="saxon date math" + exclude-result-prefixes="fo"> @@ -45,275 +45,275 @@ Entity definitions for groups of formatting objects *************************************************************** - + *************************************************************** Attribute Groups *************************************************************** - + *************************************************************** Element Groups *************************************************************** - + *************************************************************** Elements *************************************************************** - + - + <!ENTITY % " - - - - - - | - - - - - - - - - - - - - - - % - - ; - - | - - - % - ; - - + + + + + + | + + + + + + + + + + + + + + + % + + ; + + | + + + % + ; + + "> - + <!ENTITY % " - - - - - - - - - - - - - - - - - CDATA - - - - (% - - ;) - - - CDATA - - - #IMPLIED - - - - - - - - - %; - - - "> + + + + + + + + + + + + + + + + + CDATA + + + + (% + + ;) + + + CDATA + + + #IMPLIED + + + + + + + + + %; + + + "> - - + + <!ENTITY % " - - - - | - - - "> - + + + + | + + + "> + - <!ELEMENT fo: - - - - EMPTY - - - ( - - #PCDATA| - - - - - - - , - - - - % - - - - - - - ; - - - , - - - - - - - - - | - - - - % - - - - - - - ; - - - | - - - - ) - - - - - - - - - > + <!ELEMENT fo: + + + + EMPTY + + + ( + + #PCDATA| + + + + + + + , + + + + % + + + + + + + ; + + + , + + + + + + + + + | + + + + % + + + + + + + ; + + + | + + + + ) + + + + + + + + + > <!ATTLIST fo: - - - - - - - - - - - - - - - - - - CDATA - - - - (% - - ;) - - - CDATA - - - - - #REQUIRED - - - #IMPLIED - - - - - - - - - - - % - - ; - - + + + + + + + + + + + + + + + + + + CDATA + + + + (% + + ;) + + + CDATA + + + + + #REQUIRED + + + #IMPLIED + + + + + + + + + + + % + + ; + + > - - - * - - - ? - - - + - - - - - !error! - - + + + * + + + ? + + + + + + + + + !error! + + - - - - - - - - - + + + + + + + + + \ No newline at end of file -- 2.39.5