This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Junks in response Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Junks in response "View source of HTML"" Watch "Junks in response "View source of HTML"" New topic
Author

Junks in response "View source of HTML"

Sudarsan Raman
Greenhorn

Joined: Aug 20, 2003
Posts: 12
When I parse my xml using xsl, too many unwanted code is seen in my HTML output. For example
<
TD valign="bottom" nowrap="yes" style="cursor efault;" class="fpColumnHeader" onclck="javascript:fn()" xmlns:fpi18n="http://www.jclark.com/xt/java/com.i2.fp.servlets.FPI18n" xmlns:int="http://www.jclark.com/xt/java/java.lang.Integer"
>
These statements i.e.
xmlns:fpi18n="http://www.jclark.com/xt/java/com.i2.fp.servlets.FPI18n" xmlns:int="http://www.jclark.com/xt/java/java.lang.Integer"
adds upto 100K.
How can I avoid these from coming as a part of the output??
Regards,
K. Sudarsan.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Junks in response "View source of HTML"
 
Similar Threads
easy way to view transformations
XML -> XSL -> multiple html files
Compile/process XML ?
Download of XT
XML Parsers