Hi,

I have try the below with FOP user.

please let me know any suggestion.

Thanks,


Van.


----- Forwarded by Van Le Hoa/CAS/NSW_AG on 14/09/2006 10:15 AM -----
Van Le Hoa/CAS/NSW_AG

13/09/2006 05:21 PM

To
[EMAIL PROTECTED]
cc
Subject
fo:inline inside fo:inline




Hi,

my fo document has been generated by  rtf2fo as following:

<fo:block end-indent="0pt" line-height="9.1pt" start-indent="0pt" text-align="end" text-indent="0pt">
        <fo:inline font-family="Arial, sans-serif" font-size="8pt">
                <fo:inline font-family="Times Roman, serif">{</fo:inline>DATAFIELD OUT JL FULL ADDR CONTACT}</fo:inline>
</fo:block>

I try to use dom4j to load the document and find that the DOM structure layout as following:

element(block)
        element(inline).getText()= "DATAFIELD OUT JL FULL ADDR CONTACT}"
              element(inline).getText() = "{"

when I tried to join all the elements, I got  DATAFIELD OUT JL FULL ADDR CONTACT}{
instead of {DATAFIELD OUT JL FULL ADDR CONTACT}

please let me know  what happen.

Regards,


Van.
[EMAIL PROTECTED]


***********************************************************

Please consider our environment before printing this email.

This email and any attachments may be confidential and contain privileged
 information. If you are not the intended recipient you must not use, 
disclose, copy or distribute this communication. If you have received 
this message in error please delete and notify the sender. When communicating 
by email you consent to the monitoring and recording of that correspondence.

The Attorney General's Department of NSW promotes a Just and Safe Society. 
Visit us at http://www.lawlink.nsw.gov.au
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to