January 7, 2010 at 14:27
#27763
1. PD4ML does not implement JSP container functionality, so any custom tags or JSP code is ignored. If you need to convert a JSP page, you should let Tomcat to process it before it is passed to PD4ML. For example:
pd4ml.render( “http://myserver.com/webapp/source.jsp”, os );
assuming that “http://myserver.com/webapp/source.jsp” returns HTML document with
Another option is to enclose source.jsp content within
2. CSS properties “pd4ml-visibility: hidden; pd4ml-display: none” should help.