You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2001/10/08 11:55:22 UTC

cvs commit: xml-fop/test/errors foreign.fo inavliddoc.fo inavlidxml.fo inavlidxml1.fo inavlidxml2.fo unknown.fo

keiron      01/10/08 02:55:22

  Added:       test/errors foreign.fo inavliddoc.fo inavlidxml.fo
                        inavlidxml1.fo inavlidxml2.fo unknown.fo
  Log:
  added some tests with invalid xml or unknown namespaces
  
  Revision  Changes    Path
  1.1                  xml-fop/test/errors/foreign.fo
  
  Index: foreign.fo
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
      <fo:simple-page-master
    margin-right="1.5cm"
    margin-left="1.5cm"
    margin-bottom="2cm"
    margin-top="1cm"
    page-width="21cm"
    page-height="29.7cm"
    master-name="first">
        <fo:region-before extent="1cm"/>
        <fo:region-body margin-top="1cm"/>
        <fo:region-after extent="1.5cm"/>
      </fo:simple-page-master>
    </fo:layout-master-set>
  
    <fo:page-sequence master-name="first">
      <fo:static-content flow-name="xsl-region-before">
        <fo:block line-height="14pt" font-size="10pt"
      text-align="end">Embedding SVG examples</fo:block>
      </fo:static-content>
      <fo:static-content flow-name="xsl-region-after">
        <fo:block line-height="14pt" font-size="10pt"
      text-align="end">Page <fo:page-number/></fo:block>
      </fo:static-content>
  
      <fo:flow flow-name="xsl-region-body">
  
        <fo:block text-align="center" font-weight="bold" font-size="14pt" space-before.optimum="3pt" space-after.optimum="15pt">
        Embedding SVG
        </fo:block>
  
        <fo:block space-before.optimum="3pt" space-after.optimum="20pt">
  <fo:instream-foreign-object>
  <foo xmlns="http://www.foo.com" width="20" height="20">
    <g style="fill:red; stroke:#000000">
       <rect x="0" y="0" width="15" height="15"/>
       <rect x="5" y="5" width="15" height="15"/>
    </g>
  </foo>
  </fo:instream-foreign-object>
        </fo:block>
  
          <fo:block space-before.optimum="5pt">
  <fo:instream-foreign-object xmlns:svg="http://www.w3.org/2000/svg">
  <svg:svg width="20" height="20">
    <svg:g style="fill:red; stroke:#000000">
       <svg:rect x="0" y="0" width="15" height="15"/>
       <svg:rect x="5" y="5" width="15" height="15"/>
    </svg:g>
  </svg:svg>
  </fo:instream-foreign-object>
          </fo:block>
  
  <foo xmlns="http://www.foo.com" width="20" height="20">
    <g style="fill:red; stroke:#000000">
       <rect x="0" y="0" width="15" height="15"/>
       <rect x="5" y="5" width="15" height="15"/>
    </g>
  </foo>
  
  <foo width="20" height="20">
       <rect x="5" y="5" width="15" height="15"/>
  </foo>
  
  <fo:foo width="20" height="20">
       <fo:rect x="5" y="5" width="15" height="15"/>
  </fo:foo>
      </fo:flow>
    </fo:page-sequence>
  </fo:root>
  
  
  
  
  1.1                  xml-fop/test/errors/inavliddoc.fo
  
  Index: inavliddoc.fo
  ===================================================================
  <?xml version="1.0" encoding="utf-8"?>
  
  	<!-- defines page layout -->
  	<fo:layout-master-set>
  		<fo:simple-page-master master-name="first"
  													 page-height="29.7cm" page-width="21cm"
  													 margin-top="1cm"
  													 margin-bottom="2cm"
  													 margin-left="2.5cm"
  													 margin-right="2.5cm">
  			<fo:region-body margin-top="3cm"/>
  			<fo:region-before extent="3cm"/>
  			<fo:region-after extent="1.5cm"/>
  		</fo:simple-page-master>
  	</fo:layout-master-set>
  
  
  
  
  1.1                  xml-fop/test/errors/inavlidxml.fo
  
  Index: inavlidxml.fo
  ===================================================================
  <?xml version="1.0" encoding="utf-8"?>
  fegsdfgdsgfsdgf
  
  
  
  
  1.1                  xml-fop/test/errors/inavlidxml1.fo
  
  Index: inavlidxml1.fo
  ===================================================================
  <?xml version="1.0" encoding="utf-8"?>
  <fo:root>
  <fo:page-sequence>
  <fo:root>
  
  
  
  1.1                  xml-fop/test/errors/inavlidxml2.fo
  
  Index: inavlidxml2.fo
  ===================================================================
  <?xml version="1.0" encoding="utf-8"?>
  fegsdfgdsgfsdgf
  
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  
    <!-- defines page layout -->
    <fo:layout-master-set>
      <fo:simple-page-master master-name="first"
                             page-height="29.7cm" page-width="21cm"
                             margin-top="1cm"
                             margin-bottom="2cm"
                             margin-left="2.5cm"
                             margin-right="2.5cm">
        <fo:region-body margin-top="3cm"/>
        <fo:region-before extent="3cm"/>
        <fo:region-after extent="1.5cm"/>
      </fo:simple-page-master>
    </fo:layout-master-set>
    <!-- end: defines page layout -->
  
    <!-- actual layout -->
    <fo:page-sequence master-name="first">
  
      <!-- text body -->
      <fo:flow flow-name="xsl-region-body">
  
        <!-- Normal text -->
        <fo:block text-align="center">0. Normal text without link
        </fo:block>
  </fo:flow>
  </fo:page-sequence>
  </fo:root>
  
  
  
  
  1.1                  xml-fop/test/errors/unknown.fo
  
  Index: unknown.fo
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <fo:root source-document="a" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
      <fo:simple-page-master
    margin-right="1.5cm"
    margin-left="1.5cm"
    margin-bottom="2cm"
    margin-top="1cm"
    page-width="21cm"
    page-height="29.7cm"
    master-name="first">
        <fo:region-before extent="1cm"/>
        <fo:region-body margin-top="1cm"/>
        <fo:region-after extent="1.5cm"/>
      </fo:simple-page-master>
    </fo:layout-master-set>
  
    <fo:page-sequence master-name="first">
      <fo:flow source-document="a" flow-name="xsl-region-body">
  
        <fo:block source-document="inherit" space-before.optimum="3pt" space-after.optimum="15pt">
        The Counter Extension
        </fo:block>
  
        <fo:block space-before.optimum="3pt" space-after.optimum="20pt">
  
  <fo:instream-foreign-object>
  <fake xmlns="http://www.foo.com/fake">
  <a>
  </a>
  </fake>
  </fo:instream-foreign-object>    
        </fo:block>
      </fo:flow>
    </fo:page-sequence>
  </fo:root>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org