You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Andrew Max (JIRA)" <xa...@xml.apache.org> on 2009/01/13 19:32:06 UTC

[jira] Created: (XALANJ-2479) Error in Parser

Error in Parser
---------------

                 Key: XALANJ-2479
                 URL: https://issues.apache.org/jira/browse/XALANJ-2479
             Project: XalanJ2
          Issue Type: Bug
      Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects.  Anybody can view the issue.)
          Components: SAX
    Affects Versions: 2.7.1
         Environment: Jdk 1.6.0_02
            Reporter: Andrew Max


Error message:
org.xml.sax.SAXParseException: White space is required after "<!ENTITY" in the entity declaration


XML:

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [
<!ENTITY %HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" >
<!ENTITY %HTMLsymbol PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN" >
<!ENTITY %HTMLspecial PUBLIC "-//W3C//ENTITIES Special for XHTML//EN" >
<!--================== Imported Names ====================================--><!-- media type, as per [RFC2045] --><!-- comma-separated list of media types, as per [RFC2045] --><!-- a character encoding, as per [RFC2045] --><!-- a space separated list of character encodings, as per [RFC2045] --><!-- a language code, as per [RFC3066] --><!-- a single character, as per section 2.2 of [XML] --><!-- one or more digits --><!-- space-separated list of link types --><!-- single or comma-separated list of media descriptors --><!-- a Uniform Resource Identifier, see [RFC2396] --><!-- a space separated list of Uniform Resource Identifiers --><!-- date and time information. ISO date format --><!-- script expression --><!-- style sheet data --><!-- used for titles etc. --><!-- nn for pixels or nn% for percentage length --><!-- pixel, percentage, or relative --><!-- integer representing length in pixels --><!-- these are used for image maps --><!-- comma separated list of lengths --><!--=================== Generic Attributes ===============================--><!-- core attributes common to most elements
  id       document-wide unique id
  class    space separated list of classes
  style    associated style info
  title    advisory title/amplification
--><!-- internationalization attributes
  lang        language code (backwards compatible)
  xml:lang    language code (as per XML 1.0 spec)
  dir         direction for weak/neutral text
--><!-- attributes for common UI events
  onclick     a pointer button was clicked
  ondblclick  a pointer button was double clicked
  onmousedown a pointer button was pressed down
  onmouseup   a pointer button was released
  onmousemove a pointer was moved onto the element
  onmouseout  a pointer was moved away from the element
  onkeypress  a key was pressed and released
  onkeydown   a key was pressed down
  onkeyup     a key was released
--><!-- attributes for elements that can get the focus
  accesskey   accessibility key character
  tabindex    position in tabbing order
  onfocus     the element got the focus
  onblur      the element lost the focus
--><!--=================== Text Elements ====================================--><!-- these can occur at block or inline level --><!-- these can only occur at block level --><!-- %Inline; covers inline or "text-level" elements --><!--================== Block level elements ==============================--><!-- %Flow; mixes block and inline and is used for list items etc. --><!--================== Content models for exclusions =====================--><!-- a elements use %Inline; excluding a --><!-- pre uses %Inline excluding big, small, sup or sup --><!-- form uses %Block; excluding form --><!-- button uses %Flow; but excludes a, form and form controls --><!--================ Document Structure ==================================--><!-- the namespace URI designates the document profile --><!--================ Document Head =======================================--><!-- content model is %head.misc; combined with a single
     title and an optional base element in any order --><!-- The title element is not considered part of the flow of text.
       It should be displayed, for example as the page header or
       window title. Exactly one title is required per document.
    --><!-- document base URI --><!-- generic metainformation --><!--
  Relationship values can be used in principle:

   a) for document specific toolbars/menus when used
      with the link element in document head e.g.
        start, contents, previous, next, index, end, help
   b) to link to a separate style sheet (rel="stylesheet")
   c) to make a link to a script (rel="script")
   d) by stylesheets to control how collections of
      html nodes are rendered into printed documents
   e) to make a link to a printable version of this document
      e.g. a PostScript or PDF version (rel="alternate" media="print")
--><!-- style info, which may include CDATA sections --><!-- script statements, which may include CDATA sections --><!-- alternate content container for non script-based rendering --><!--=================== Document Body ====================================--><!-- generic language/style container --><!--=================== Paragraphs =======================================--><!--=================== Headings =========================================--><!--
  There are six levels of headings from h1 (the most important)
  to h6 (the least important).
--><!--=================== Lists ============================================--><!-- Unordered list --><!-- Ordered (numbered) list --><!-- list item --><!-- definition lists - dt for term, dd for its definition --><!--=================== Address ==========================================--><!-- information on author --><!--=================== Horizontal Rule ==================================--><!--=================== Preformatted Text ================================--><!-- content is %Inline; excluding "img|object|big|small|sub|sup" --><!--=================== Block-like Quotes ================================--><!--=================== Inserted/Deleted Text ============================--><!--
  ins/del are allowed in block and inline content, but its
  inappropriate to include block content within an ins element
  occurring in inline content.
--><!--================== The Anchor Element ================================--><!-- content is %Inline; except that anchors shouldn't be nested --><!--===================== Inline Elements ================================--><!-- generic language/style container --><!-- I18N BiDi over-ride --><!-- forced line break --><!-- emphasis --><!-- strong emphasis --><!-- definitional --><!-- program code --><!-- sample --><!-- something user would type --><!-- variable --><!-- citation --><!-- abbreviation --><!-- acronym --><!-- inlined quote --><!-- subscript --><!-- superscript --><!-- fixed pitch font --><!-- italic font --><!-- bold font --><!-- bigger font --><!-- smaller font --><!--==================== Object ======================================--><!--
  object is used to embed objects as part of HTML pages.
  param elements should precede other content. Parameters
  can also be expressed as attribute/value pairs on the
  object element itself when brevity is desired.
--><!--
  param is used to supply a named property value.
  In XML it would seem natural to follow RDF and support an
  abbreviated syntax where the param elements are replaced
  by attribute value pairs on the object start tag.
--><!--=================== Images ===========================================--><!--
   To avoid accessibility problems for people who aren't
   able to see the image, you should provide a text
   description using the alt and longdesc attributes.
   In addition, avoid the use of server-side image maps.
   Note that in this DTD there is no name attribute. That
   is only available in the transitional and frameset DTD.
--><!-- usemap points to a map element which may be in this document
  or an external document, although the latter is not widely supported --><!--================== Client-side image maps ============================--><!-- These can be placed in the same document or grouped in a
     separate document although this isn't yet widely supported --><!--================ Forms ===============================================--><!-- forms shouldn't be nested --><!--
  Each label must not contain more than ONE field
  Label elements shouldn't be nested.
--><!-- the name attribute is required for all but submit & reset --><!-- form control --><!-- option selector --><!-- option group --><!-- selectable choice --><!-- multi-line text field --><!--
  The fieldset element is used to group form fields.
  Only one legend element should occur in the content
  and if present should only be preceded by whitespace.
--><!-- fieldset label --><!--
 Content is %Flow; excluding a, form and form controls
--><!-- push button --><!--======================= Tables =======================================--><!-- Derived from IETF HTML table standard, see [RFC1942] --><!--
 The border attribute sets the thickness of the frame around the
 table. The default units are screen pixels.

 The frame attribute specifies which parts of the frame around
 the table should be rendered. The values are not the same as
 CALS to avoid a name clash with the valign attribute.
--><!--
 The rules attribute defines which rules to draw between cells:

 If rules is absent then assume:
     "none" if border is absent or border="0" otherwise "all"
--><!-- horizontal alignment attributes for cell contents

  char        alignment char, e.g. char=':'
  charoff     offset for alignment char
--><!-- vertical alignment attributes for cell contents --><!--
colgroup groups a set of col elements. It allows you to group
several semantically related columns together.
--><!--
 col elements define the alignment properties for cells in
 one or more columns.

 The width attribute specifies the width of the columns, e.g.

     width=64        width in screen pixels
     width=0.5*      relative width of 0.5

 The span attribute causes the attributes of one
 col element to apply to more than one column.
--><!--
    Use thead to duplicate headers when breaking table
    across page boundaries, or for static headers when
    tbody sections are rendered in scrolling panel.

    Use tfoot to duplicate footers when breaking table
    across page boundaries, or for static footers when
    tbody sections are rendered in scrolling panel.

    Use multiple tbody sections when rules are needed
    between groups of table rows.
--><!-- Scope is simpler than headers attribute for common tables --><!-- th is for headers, td for data and for cells acting as both -->]>
<!-- CABEÇALHO --><!-- RODAPÉ --><!-- CORPO --><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rx="http://www.renderx.com/XSL/Extensions" language="pt" font-size="11pt" font-family="serif" line-height-shift-adjustment="disregard-shifts" font-selection-strategy="character-by-character" margin-left="0pt" margin-right="0pt"><fo:layout-master-set><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="last-left-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="last-left-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="last-left-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="blank-left-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="blank-left-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="blank-left-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="first-right-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="first-right-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="first-right-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="left-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="first-left-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="first-left-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="first-left-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="blank-right-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="blank-right-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="blank-right-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="right-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="right-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="right-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="first-right-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="last-right-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="last-right-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="last-right-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="20.0mm" margin-left="20.0mm" margin-bottom="20.0mm" margin-top="20.0mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="left-body" language="pt"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" margin-top="90.0px" margin-bottom="10mm" /><fo:region-before xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="90.0px" region-name="left-body-top" /><fo:region-after xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" extent="10mm" region-name="left-body-bottom" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="last-right-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="last-left-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="right-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="first-left-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="blank-left-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:simple-page-master margin-right="25mm" margin-left="25mm" margin-bottom="10mm" margin-top="10mm" page-width="210mm" page-height="297mm" writing-mode="lr-tb" master-name="blank-right-unnamed"><fo:region-body xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" /></fo:simple-page-master><fo:page-sequence-master master-name="body"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference master-reference="first-right-body" page-position="first" blank-or-not-blank="not-blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="first-left-body" page-position="first" blank-or-not-blank="not-blank" odd-or-even="even" /><fo:conditional-page-master-reference master-reference="last-right-body" page-position="last" blank-or-not-blank="not-blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="last-left-body" page-position="last" blank-or-not-blank="not-blank" odd-or-even="even" /><fo:conditional-page-master-reference master-reference="right-body" page-position="any" blank-or-not-blank="not-blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="left-body" page-position="any" blank-or-not-blank="not-blank" odd-or-even="even" /><fo:conditional-page-master-reference master-reference="blank-right-body" page-position="any" blank-or-not-blank="blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="blank-left-body" page-position="any" blank-or-not-blank="blank" odd-or-even="even" /></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master master-name="unnamed"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference master-reference="first-right-unnamed" page-position="first" blank-or-not-blank="not-blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="first-left-unnamed" page-position="first" blank-or-not-blank="not-blank" odd-or-even="even" /><fo:conditional-page-master-reference master-reference="last-right-unnamed" page-position="last" blank-or-not-blank="not-blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="last-left-unnamed" page-position="last" blank-or-not-blank="not-blank" odd-or-even="even" /><fo:conditional-page-master-reference master-reference="right-unnamed" page-position="any" blank-or-not-blank="not-blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="left-unnamed" page-position="any" blank-or-not-blank="not-blank" odd-or-even="even" /><fo:conditional-page-master-reference master-reference="blank-right-unnamed" page-position="any" blank-or-not-blank="blank" odd-or-even="odd" /><fo:conditional-page-master-reference master-reference="blank-left-unnamed" page-position="any" blank-or-not-blank="blank" odd-or-even="even" /></fo:repeatable-page-master-alternatives></fo:page-sequence-master></fo:layout-master-set><fo:page-sequence master-reference="body" format="1" initial-page-number="1"><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="first-left-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="first-left-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="first-right-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="first-right-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="last-left-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="last-left-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="last-right-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="last-right-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="left-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="left-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="right-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="right-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="blank-left-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="blank-left-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="blank-right-body-top"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
    
    </fo:block></fo:static-content><fo:static-content xmlns:css="http://www.w3.org/1998/CSS" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:sp="urn:be-re-css:specificity" xmlns="http://www.w3.org/1999/xhtml" flow-name="blank-right-body-bottom"><fo:block margin-right="0pt" margin-left="0pt" text-align="center" unicode-bidi="embed"> 
      - <fo:inline margin-left="0pt" margin-right="0pt"><fo:inline margin-left="0pt" margin-right="0pt"><fo:page-number /></fo:inline> </fo:inline> - 
    </fo:block></fo:static-content><fo:static-content flow-name="xsl-footnote-separator"><fo:block xmlns:css="http://www.w3.org/1998/CSS"><fo:leader rule-thickness="0.2pt" rule-style="solid" leader-pattern="rule" leader-length="41%" /></fo:block></fo:static-content><fo:flow flow-name="xsl-region-body"><fo:block margin-right="0pt" margin-left="0pt" font-family="serif" line-height="1.33" padding-bottom="0.0pt" padding-left="0.0pt" padding-right="0.0pt" padding-top="0.0pt" unicode-bidi="embed"><fo:block margin-right="0pt" margin-left="0pt" unicode-bidi="embed"> 
     .
    </fo:block> 
</fo:block><fo:block id="last-page" /></fo:flow></fo:page-sequence></fo:root>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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