[xep-support] Ruby Annotation support

Marcus whoismarcus at yahoo.co.uk
Thu May 16 18:53:15 PDT 2002


I am trying to get some simple rendering of Ruby annotations according to http://www.w3.org/People/mimasa/test/schemas/NOTE-ruby-implementation   and I just can't seem to get "fo:inline-container" to work in XEP (all the blocks inside the inline container are never displayed). Here is my minimal FO sample file:
<?xml version="1.0" encoding="iso-8859-1"?>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master master-name="my-page">
      <fo:region-body margin="1in"/>
    </fo:simple-page-master>
  </fo:layout-master-set>

  <fo:page-sequence master-reference="my-page">
    <fo:flow flow-name="xsl-region-body">
      <fo:block>Hello,<fo:inline-container text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm"><fo:block font-size="0.5em" 
                  text-align="center" 
                  line-height="1.3" 
                  space-before.conditionality="retain" 
                  wrap-option="no-wrap">WorldWideWeb</fo:block><fo:block
                  text-align="center" 
                  line-height="1" 
                  wrap-option="no-wrap">WWW</fo:block></fo:inline-container>!</fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>
Has anyone had similar problems with inline-container??


-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list