thuliobuarque / java2word

Automatically exported from code.google.com/p/java2word
0 stars 0 forks source link

Unable to escape "<" symbol #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What web framework and version are you using (Struts1, Struts2, Spring,
JBoss Seam)?

N/A

Did you download j2w-ejb-2.0.zip or built from the source code?

yes

Which web server did you deploy your .WAR (Tomcat, JBoss)?

Weblogic server

Are you using Maven or Ant?

N/A

What is your Operational System?

Windows Vista

What steps will reproduce the problem?

1.When I am trying to export a document in which "<" is one of the characters.

Please provide any additional information below.

Hi, I am trying the export a document in which "<" is one of the characters. 
The document is getting exported but I am unable to open it. Kindly solve this 
and help me.

Thanks,
Phani.

Original issue reported on code.google.com by phanindr...@gmail.com on 21 Nov 2011 at 7:19

GoogleCodeExporter commented 8 years ago
this is it: <

 myDoc.addEle(Paragraph.with("<").create());

complete list: 
http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php

cheers 
Leonardo

Original comment by leonardo...@gmail.com on 21 Nov 2011 at 12:21