Hi guys thanks for the answer, i take a look to the code(my enterprise library) and i see that is set a system property System.setProperty(SYSTEM_PROPERTY, driverToUse); where SYSTEM_PROPERTY = "javax.xml.transform.TransformerFactory" and driverToUse= "org.apache.xalan.processor.TransformerFactoryImpl"
so i think Xalan is used to make the transformation and i see that we use xalan-2_7_0 . Tomorrow i can have more information... Pascal Sancho wrote: > > Hi Pedro, > We (Luis and I) tried successfully your XSL-FO with suggested changes > (inserting ZWSP by hand). > > So, you should inspect closely your XML+XSLT transformation, there is > something wrong there. > I don't remember what XSLT engine do you use (FOP comes with Xalan 1.7.0 > as a convenience, but you can use what ever you want). > > Note that FOP job begins with XSL-FO as actual input, and there are > various ways to provide it. > > > > Le 28/11/2011 14:05, pedro a écrit : >> >> I know, but if i use in my xsl the ZWNJ character, i'm expected a empty >> space >> not a ?. >> >> >> >> lmpmbernardo wrote: >>> >>> >>> I see the ? in your source file (and in the generated PDF). Once I >>> replace them by ​ they disappear from the PDF too. >>> >>> >>> On 11/23/11 4:29 PM, pedro wrote: >>>> Hi >>>> i think i attach a bad file, but i see in my fo transformation that >>>> the >>>> ZWNJ is replaced by a ? >>>> Is possible is a codification problem? >>>> http://old.nabble.com/file/p32874268/fo.xml fo.xml >>>> >>>> pedro wrote: >>>>> Hi all >>>>> i use the​ character in a table cell before i call a >>>>> marker-retriever to workaround a bug(the solution is good), but the >>>>> proble >>>>> is that​ characher is printed like a "?" while i think isn't a >>>>> printable character. >>>>> Ani idea? >>>>> >>>>> >>>>> [code] >>>>> <fo:table-cell> >>>>> <fo:block font-family="Courier" font-size="8pt" >>>>> text-align="center"> >>>>> <xsl:text disable-output-escaping="yes">​</xsl:text> >>>>> <fo:retrieve-marker >>>>> retrieve-class-name="contr-conai" >>>>> retrieve-position="last-ending-within-page" >>>>> retrieve-boundary="page-sequence"/> >>>>> </fo:block> >>>>> </fo:table-cell> >>>>> [/code] >>>>> >>>>> >>>>> i try also to put​ directly in block or with ZWNJ and doesn't >>>>> work. > > -- > Pascal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/--x200b--%28Zero-width-space%29-not-work-tp32872366p32878179.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
