Search the web
Sign In
New User? Sign Up
tagsoup-friends · Friends of TagSoup
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 164 - 198 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
164
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:...
John Cowan
johnwcowan
Online Now Send Email
Oct 8, 2004
9:09 pm
165
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
John Cowan
johnwcowan
Online Now Send Email
Oct 13, 2004
2:02 am
173
... 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)....
Paul King
pking_asert
Offline Send Email
Oct 13, 2004
6:42 am
174
... 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@...
Send Email
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...
Pradeep KG
kgpradeeprao
Offline Send Email
Oct 19, 2004
1:37 pm
176
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@...
Send Email
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...
Henry Story
hjsatdoc
Offline Send Email
Nov 30, 2004
4:22 pm
181
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 &lt;)...
Lee Burch
ltburch2000
Offline Send Email
Nov 30, 2004
6:22 pm
182
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...
Henry Story
hjsatdoc
Offline Send Email
Nov 30, 2004
6:44 pm
183
... 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,...
John Cowan
johnwcowan
Online Now Send Email
Nov 30, 2004
8:09 pm
184
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...
Henry Story
hjsatdoc
Offline Send Email
Nov 30, 2004
11:03 pm
185
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...
Henry Story
hjsatdoc
Offline Send Email
Dec 1, 2004
11:05 pm
187
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...
Henry Story
hjsatdoc
Offline Send Email
Dec 4, 2004
2:58 pm
188
... 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...
John Cowan
johnwcowan
Online Now Send Email
Dec 5, 2004
4:05 am
189
... 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@...
Send Email
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@...
Send Email
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...
Bob Daly
mrbobdaly
Offline Send Email
Jan 12, 2005
8:55 pm
193
... I'm working on this for 1.0rc2. -- The Imperials are decadent, 300 pound John Cowan <jcowan@...> free-range chickens (except they have...
John Cowan
johnwcowan
Online Now Send Email
Jan 12, 2005
9:31 pm
194
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...
massomativ
Offline Send Email
Jan 13, 2005
11:15 pm
195
... 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...
John Cowan
johnwcowan
Online Now Send Email
Jan 14, 2005
12:32 am
196
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_yu...
circus_peanu...
Offline Send Email
Jan 17, 2005
8:12 pm
197
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...
John Cowan
johnwcowan
Online Now Send Email
Jan 18, 2005
5:48 pm
198
... 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 :)). ...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 18, 2005
7:29 pm
Messages 164 - 198 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help