Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Building DOM tree out of an ASP file using JTidy

843834Dec 2 2005
I am trying to build a DOM tree of an ASP file using JTidy. Before giving the ASP code as input to JTidy i am replacing the <% ... %> tag into <asp_scriplet> .... </asp_scriptlet> and also added this into the Tag Table in JTidy. Now while parsing the text inside these tags JTidy is comsuming new lines and converting a space into a new line.
Please help me on this...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2005
Added on Dec 2 2005
0 comments
132 views