http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2438

*** shadow/2438 Tue Jul 10 12:32:25 2001
--- shadow/2438.tmp.7996        Wed Jul 11 04:48:45 2001
***************
*** 112,115 ****
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-10 12:32 -------
  Can you please supply your XML so that I can attempt to reproduce the problem?
  Thanks,
! Gary
--- 112,156 ----
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-10 12:32 -------
  Can you please supply your XML so that I can attempt to reproduce the problem?
  Thanks,
! Gary
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-07-11 04:48 -------
! XML:
! 
! <?xml version="1.0" encoding="UTF-8"?>
! 
! <document file_name="various" title="Various Examples" authors="Jane Doe"> 
! 
! <abstract>
!   <para>
!      This example demonstrates how to create the various elements.  
!      The elements in this document are footnote & reference.
!   </para>  
! </abstract>
! 
! 
! <chapter title="Footnote">
! 
!   <para>
!     One may have a footnotes
!     <footnote>
!       <foot_para>This is a footnote about footnotes.
!       </foot_para>
!     </footnote>
!     within their documents.
!   </para>
! </chapter>
! 
! <chapter title="Reference">
! 
!   <para>
!     One may have a references
!     <reference>
!       <ref_para>This is a reference for referencing.
!       </ref_para>
!     </reference>
!     within their documents.
!   </para>
! </chapter>
! 
! </document>

Reply via email to