write DTD and get value form xml metadata
>From: Amerin Szulr <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: How to display a text which contains '&' ? >Date: Sun, 18 Aug 2002 20:03:52 -0700 (PDT) > > >Hi > >I want the wording ' E&O.E ' to be printed on every page. > > > ><fo:static-content flow-name="xsl-region-after"> > <fo:block font-size="9pt" text-align="end"> > E&O.E > </fo:block> > </fo:static-content> > >By using the above code , i can able to print text without '&' . If i use >'&' its searchig for an entity and i'm getting the following error. > > >D:\FOP\fop-0.20.4rc>FOP -xsl surrenderValueXsl.xsl -xml >surrenderValueXml.xml -p >df surrenderValuepdf.pdf > >D:\FOP\fop-0.20.4rc>java -cp >build\fop.jar;lib\batik.jar;lib\xalan-2.3.1.jar;lib >\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\avalon-framework-cvs-20020315.jar;lib >\logkit-1.0.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop -xsl >surrenderValueXsl. >xsl -xml surrenderValueXml.xml -pdf surrenderValuepdf.pdf >[INFO] FOP 0.20.4rc >[Fatal Error] surrenderValueXsl.xsl:42:10: The reference to entity "O.E" >must en >d with the ';' delimiter. >[ERROR] null > >Any Help ? Thnx in advance. > > > >--------------------------------- >Do You Yahoo!? >HotJobs, a Yahoo! service - Search Thousands of New Jobs _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
