Hi!

 

i have a XML template with some tags.

Can I hide content of XML tag in generated PDF from JAVA code?

 

 

For example I have a XML file:

<my_xml>

 <my_paragraph>

  This is paragraph that should be in resulting PDF

 </my_paragraph>

 <my_paragraph2>

  This is paragraph that shouldn't be in resulting PDF

 </my_paragraph2>

</my_xml>

 

and i would like to 'hide' content of my_paragraph2 tag in resulting PDF.

 

Thanks in advance

Patrick

Reply via email to