I am trying to use Henri Sivonen's excellent htmlparser written in java from rhino
I have gotten stuck using the HtmlSerializer constructor which needs an Outputstream object. nu.validator.htmlparser.sax.HtmlSerializer HtmlSerializer(OutputStream out) I am quite ignorant when it comes to java. Can anyone tell me the easiest way to create an Outpustream object and convert it to a regular js object? I much appreciate the help Here is a link to the function I am trying to use http://about.validator.nu/htmlparser/apidocs/nu/validator/htmlparser/sax/HtmlSerializer.html#HtmlSerializer(java.io.OutputStream) thanks _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
