diff options
Diffstat (limited to 'examples/embedding/xml')
-rw-r--r-- | examples/embedding/xml/fo/helloworld.fo | 30 | ||||
-rw-r--r-- | examples/embedding/xml/svg/helloworld.svg | 26 | ||||
-rw-r--r-- | examples/embedding/xml/xml/projectteam.xml | 46 | ||||
-rw-r--r-- | examples/embedding/xml/xslt/atstamp.xsl | 58 | ||||
-rw-r--r-- | examples/embedding/xml/xslt/ifstamp.xsl | 49 | ||||
-rw-r--r-- | examples/embedding/xml/xslt/projectteam2fo.xsl | 77 |
6 files changed, 0 insertions, 286 deletions
diff --git a/examples/embedding/xml/fo/helloworld.fo b/examples/embedding/xml/fo/helloworld.fo deleted file mode 100644 index d9345b594..000000000 --- a/examples/embedding/xml/fo/helloworld.fo +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- $Id$ --> -<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> - <fo:layout-master-set> - <fo:simple-page-master master-name="simpleA4" page-height="29.7cm" page-width="21cm" margin-top="2cm" margin-bottom="2cm" margin-left="2cm" margin-right="2cm"> - <fo:region-body/> - </fo:simple-page-master> - </fo:layout-master-set> - <fo:page-sequence master-reference="simpleA4"> - <fo:flow flow-name="xsl-region-body"> - <fo:block>Hello World!</fo:block> - </fo:flow> - </fo:page-sequence> -</fo:root> diff --git a/examples/embedding/xml/svg/helloworld.svg b/examples/embedding/xml/svg/helloworld.svg deleted file mode 100644 index f21b1d9df..000000000 --- a/examples/embedding/xml/svg/helloworld.svg +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- $Id$ --> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> -<svg xml:space="preserve" x="-1.70458in" y="0.198315in" width="2.6622in" height="1.89672in" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality" - viewBox="-4330 0 6762 4818"> - <rect style="fill:none;stroke:#009BE1;stroke-width:35" x="-4312" y="18" width="6727" height="4782"/> - <text x="-3653" y="841" style="fill:#1F1A17;font-weight:normal;font-size:639;font-family:Helvetica">Hello World!</text> - <ellipse style="fill:#E77919" cx="-2697" cy="2934" rx="925" ry="925"/> - <path style="fill:none;stroke:#A3D01C;stroke-width:35" d="M209 1102l799 239 798 239 191 811 192 811 -606 572 -607 571 -798 -239 -798 -240 -192 -810 -192 -811 607 -572 606 -571z"/> -</svg> diff --git a/examples/embedding/xml/xml/projectteam.xml b/examples/embedding/xml/xml/projectteam.xml deleted file mode 100644 index 4f0aeeb64..000000000 --- a/examples/embedding/xml/xml/projectteam.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- $Id$ --> -<projectteam> - <projectname>The Killer Application</projectname> - <member> - <name>John Doe</name> - <function>lead</function> - <email>jon.doe@killerapp.fun</email> - </member> - <member> - <name>Paul Coder</name> - <function>dev</function> - <email>paul.coder@killerapp.fun</email> - </member> - <member> - <name>Max Hacker</name> - <function>dev</function> - <email>max.hacker@killerapp.fun</email> - </member> - <member> - <name>Donna Book</name> - <function>doc</function> - <email>donna.book@killerapp.fun</email> - </member> - <member> - <name>Henry Tester</name> - <function>qa</function> - <email>henry.tester@killerapp.fun</email> - </member> -</projectteam>
\ No newline at end of file diff --git a/examples/embedding/xml/xslt/atstamp.xsl b/examples/embedding/xml/xslt/atstamp.xsl deleted file mode 100644 index 99ba74cf2..000000000 --- a/examples/embedding/xml/xslt/atstamp.xsl +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- $Id$ --> -<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - <xsl:output method="xml" version="1.0" omit-xml-declaration="no" indent="yes"/> - <!-- ========================= --> - <!-- stamping... --> - <!-- ========================= --> - <xsl:template match="flow"> - <xsl:copy> - <xsl:apply-templates select="@*"/> - - <!-- Stamp a big "SPECIMEN" text over the whole page using an area tree fragment inserted at the right place... --> - <block ipd="595275" bpd="841889" is-viewport-area="true" left-position="0" top-position="0" ctm="[1.0 0.0 0.0 1.0 0.0 0.0]" positioning="fixed"> - <block ipd="595275" bpd="841889" is-reference-area="true"> - <block ipd="595275" bpd="841889"> - <lineArea ipd="595275" bpd="841889"> - <viewport ipd="595275" bpd="841889" offset="0" pos="0 0 595275 841889"> - <foreignObject ipd="0" bpd="0" ns="http://www.w3.org/2000/svg"> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> - <g transform="rotate(-50 50 50)"> - <text x="50" y="60" style="font-size:20;fill:#dfdfdf;stroke:none;font-family:sans-serif" text-anchor="middle">SPECIMEN</text> - </g> - </svg> - </foreignObject> - </viewport> - </lineArea> - </block> - </block> - </block> - - <xsl:apply-templates select="child::*"/> - </xsl:copy> - </xsl:template> - <!-- ========================= --> - <!-- identity transformation --> - <!-- ========================= --> - <xsl:template match="@*|node()"> - <xsl:copy> - <xsl:apply-templates select="@*|node()"/> - </xsl:copy> - </xsl:template> -</xsl:stylesheet> diff --git a/examples/embedding/xml/xslt/ifstamp.xsl b/examples/embedding/xml/xslt/ifstamp.xsl deleted file mode 100644 index 3402e2281..000000000 --- a/examples/embedding/xml/xslt/ifstamp.xsl +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- $Id$ --> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:if="http://xmlgraphics.apache.org/fop/intermediate"> - <xsl:output method="xml" version="1.0" omit-xml-declaration="no" indent="yes"/> - <!-- ========================= --> - <!-- stamping... --> - <!-- ========================= --> - <xsl:template match="if:content"> - <xsl:copy> - <xsl:apply-templates select="@*"/> - - <!-- Stamp a big "SPECIMEN" text over the whole page using an area tree fragment inserted at the right place... --> - <if:g transform="translate(100000, 750000) rotate(-55)"> - <if:font family="sans-serif" style="normal" weight="400" variant="normal" size="160000" - color="#dfdfdf"/> - <if:text xml:space="preserve" x="0" y="0">SPECIMEN</if:text> - </if:g> - <!-- Note: The free transformation above will not work with AFP output. In such a case, - using an embedded SVG graphic is better. --> - - <xsl:apply-templates select="child::*"/> - </xsl:copy> - </xsl:template> - <!-- ========================= --> - <!-- identity transformation --> - <!-- ========================= --> - <xsl:template match="@*|node()"> - <xsl:copy> - <xsl:apply-templates select="@*|node()"/> - </xsl:copy> - </xsl:template> -</xsl:stylesheet> diff --git a/examples/embedding/xml/xslt/projectteam2fo.xsl b/examples/embedding/xml/xslt/projectteam2fo.xsl deleted file mode 100644 index a921d9507..000000000 --- a/examples/embedding/xml/xslt/projectteam2fo.xsl +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- $Id$ --> -<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="fo"> - <xsl:output method="xml" version="1.0" omit-xml-declaration="no" indent="yes"/> - <xsl:param name="versionParam" select="'1.0'"/> - <!-- ========================= --> - <!-- root element: projectteam --> - <!-- ========================= --> - <xsl:template match="projectteam"> - <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> - <fo:layout-master-set> - <fo:simple-page-master master-name="simpleA4" page-height="29.7cm" page-width="21cm" margin-top="2cm" margin-bottom="2cm" margin-left="2cm" margin-right="2cm"> - <fo:region-body/> - </fo:simple-page-master> - </fo:layout-master-set> - <fo:page-sequence master-reference="simpleA4"> - <fo:flow flow-name="xsl-region-body"> - <fo:block font-size="16pt" font-weight="bold" space-after="5mm">Project: <xsl:value-of select="projectname"/> - </fo:block> - <fo:block font-size="12pt" space-after="5mm">Version <xsl:value-of select="$versionParam"/> - </fo:block> - <fo:block font-size="10pt"> - <fo:table table-layout="fixed" width="100%" border-collapse="separate"> - <fo:table-column column-width="4cm"/> - <fo:table-column column-width="4cm"/> - <fo:table-column column-width="5cm"/> - <fo:table-body> - <xsl:apply-templates select="member"/> - </fo:table-body> - </fo:table> - </fo:block> - </fo:flow> - </fo:page-sequence> - </fo:root> - </xsl:template> - <!-- ========================= --> - <!-- child element: member --> - <!-- ========================= --> - <xsl:template match="member"> - <fo:table-row> - <xsl:if test="function = 'lead'"> - <xsl:attribute name="font-weight">bold</xsl:attribute> - </xsl:if> - <fo:table-cell> - <fo:block> - <xsl:value-of select="name"/> - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block> - <xsl:value-of select="function"/> - </fo:block> - </fo:table-cell> - <fo:table-cell> - <fo:block> - <xsl:value-of select="email"/> - </fo:block> - </fo:table-cell> - </fo:table-row> - </xsl:template> -</xsl:stylesheet> |