TagSoup 1.0rc1 (release candidate 1 of version 1.0) has been released. Please hammer on this and let me know what you find. Thanks. It's in the usual place:...
Nux has matured, and this is to announce the availability of the nux-1.0a2 release. Nux (http://dsd.lbl.gov/nux) is a small, straightforward, and surprisingly...
Wolfgang Hoschek
whoschek@...
Oct 12, 2004 6:50 pm
166
Wolfgang, As I warned you earlier, there is a serious license conflict here. This product includes code directly copied and pasted from XOM, which is fine, but...
Elliotte Harold
elharo@...
Oct 12, 2004 10:30 pm
167
... One API comment. The DocumentWrapper getUnparsedEntity entity method is declared thusly: public String[] getUnparsedEntity(String name) You say this...
Elliotte Harold
elharo@...
Oct 12, 2004 10:32 pm
168
Eliotte, Lots of fuzz about a little patch adding one constructor argument to XSLTransform! As you are well aware of, the XOM code you refer to retains your ...
Wolfgang Hoschek
whoschek@...
Oct 12, 2004 11:29 pm
169
... No, I indicated that I would consider it after I get XML 1.0 out the door. I made no promises that I would do it. Possibly it will get in. Possibly it...
Elliotte Harold
elharo@...
Oct 13, 2004 12:33 am
170
I've uploaded nux-1.0a3 to address Elliotte's concerns wrt. XOM: Changelog: • Separated the patched class nu.xom.xslt.XSLTransform (LGPL licensed, copyright...
Wolfgang Hoschek
whoschek@...
Oct 13, 2004 1:26 am
171
Saxon expects a null in that case, and so that's what the code is returning. If you'd actually had looked at the source you would have seen the comments in the...
Wolfgang Hoschek
whoschek@...
Oct 13, 2004 1:52 am
172
... Just to clarify: The MPL license is sublicenseable, and a Larger Work based on an MPLed work can be released, as a whole, under any license whatever,...
... My understanding is that any source code derived from an MPL project source file must be released under the MPL (or certainly nothing *less* restrictive)....
... You may be able to release Mozilla and BSD code together. The problem was that your original license page showed only the single license for the entire...
Elliotte Harold
elharo@...
Oct 13, 2004 10:43 am
175
Hi, How can I get Plain Text and Properties from Html files stored in local system. Since Tagsoup is light weight it is ideal, as I need only the text in a...
This is to announce the nux-1.0a4 release. Nux provides seamless W3C XQuery support for XOM, through Saxon/Java. It also offers efficient and flexible pools...
Wolfgang Hoschek
whoschek@...
Oct 22, 2004 4:20 pm
180
Hi, following up on an old question... I need a tool like tagsoup for the BlogEd editor that I am writing. I need to be able to go through the following...
I have used tag soup for just that, I found a few tricky things one being that it seemed to incorrectly escape characters in javascript (turning < into <)...
Super, mega-duper, cool, man! :-) You would not have any quick hints or small examples for how best to output html from the dom created by tag soup (problem...
... TagSoup doesn't export a DOM interface, but only a SAX one. You can use any of a variety of DOM or DOM-like APIs that can plug in SAX parsers: dom4j,...
Thanks to everyone for the really great help [0]. I followed your suggestions and together with some good sources on the web [1] I put together the following...
There seems to be a problem finding elements by id if one creates a DOM using the tagsoup parser. The example program below illustrates this ... package...
My guess is that this could be related there being no org.w3c.dom.traversal.DocumentTraversal classes in the default j2se 1.4.2 from sun, which uses the...
... That's definitely not the case: TagSoup reports id attributes on all elements as being of type ID. So the problem is downstream of TagSoup, and I don't...
... I very much doubt this. getElementsByTagName() does not depend on the traversal API. Much more likely you're running afoul of namespace issues here. ... ...
Elliotte Harold
elharo@...
Dec 5, 2004 10:29 am
190
... I recently discovered that almost everything to do with IDs is broken by design in DOM2. (Why does that not surprise me?) The practical impact is that it...
Elliotte Harold
elharo@...
Dec 5, 2004 10:35 am
192
Hi, Is it possible to completely disassociate the xhtml namespace with tagsoup XML output? using p.setFeature(Parser.namespacesFeature, false) is not removing...
hi! i have a problem when parsing html with tagsoup. the parsing itself is no problem, everything is fine except that sometimes tagsoup is inserting tags when...
... That's what it is meant to do. ... Basically because bare tbody elements aren't allowed inside form elements. I'm reworking the definition of form elements...
Hi, I have the html: <button name="buttonName">Button Here</button> without a surrounding "<form>" tag (it is only for appearance -- the work gets done by the...
circus_peanuts_are_yummy scripsit: (Good Ghu, how can you eat those things?!) ... That is by design. The HTML DTD says that buttons can't appear outside...
... Hehe. I used to love them when I was a kid--I don't think I've actually eaten one in 10 years, though (I don't think they can actually be digested :)). ...