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...
Show off your group to the world. Share a photo of your group with us.

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 338 - 370 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
338
... The trouble is that "&part" is a legitimate HTML entity reference to the Unicode character U+2202, PARTIAL DIFFERENTIAL. Since TagSoup does not know that...
John.Cowan
johnwcowan
Online Now Send Email
Oct 13, 2005
8:10 pm
339
... I'm going to reluctantly reject this, for three reasons: 1) I don't want to write a full conditional-comments interpreter; 2) The documentation shows that...
John.Cowan
johnwcowan
Online Now Send Email
Oct 13, 2005
9:02 pm
340
Hi, I tested tagsoup with some web pages from the wild and found it very slow for some pages. For example I obtained 20 seconds for ...
Riadh Elloumi
riadh_elloum...
Offline Send Email
Oct 19, 2005
7:29 pm
341
Hi again, I apologize for this idiot question. After checking, the delay was introduced in _my code_ by a DNS lookup delay. For information, this DNS lookup...
Riadh Elloumi
riadh_elloum...
Offline Send Email
Oct 19, 2005
9:36 pm
342
... Speed comparisons aren't meaningful on different machines. Try downloading the page first using wget or curl, and then run TagSoup against it locally. ...
John.Cowan
johnwcowan
Online Now Send Email
Oct 20, 2005
1:16 am
343
Interesting usage. I developed a set of XSS filters as SAX2 filters on top of TagSoup. Do you think that the Poesia project would be interested in XSS filters...
Klotz, Leigh
leighklotz
Offline Send Email
Oct 21, 2005
12:10 am
344
... Hi Leigh, XSS filtering is a good idea, but the main purpose of Poesia is porn filtering. As we are in alpha development, security filtering is not our ...
Riadh Elloumi
riadh_elloum...
Offline Send Email
Oct 21, 2005
7:44 pm
345
For the last couple of days I have tried to access the Tagsoup website at the following addresses without any luck. http://mercury.ccil.org/~cowan/XML/tagsoup/...
laust_ladefoged
Offline Send Email
Oct 31, 2005
8:44 pm
346
The server is back online. Best regards, Laust....
laust_ladefoged
Offline Send Email
Oct 31, 2005
10:42 pm
348
Hi all, I'm trying to use TagSoup to process a template HTML file into valid XML so that I can output an XSLT file; because XSLT will be used to manipulate the...
john_zenesis
Offline Send Email
Nov 21, 2005
2:35 pm
349
... [snip] ... You don't make clear whether you are using TagSoup from the command line or as a SAX parser library. If from the command line, use the --any ...
John.Cowan
johnwcowan
Online Now Send Email
Nov 21, 2005
5:24 pm
350
Hello, Did you solve this problem? Jan...
hans2hank
Offline Send Email
Nov 30, 2005
7:11 pm
351
Hello Everybody, I am just Java greenhorn ;-) I am not able to build tagsoup-1.0rc3 source from the build.xml. A get exactly the same problem as described in...
hans2hank
Offline Send Email
Nov 30, 2005
7:25 pm
352
... It's a problem with XSLT, not with TagSoup. ... -- John Cowan <jcowan@...> http://www.reutershealth.com I amar prestar aen, han mathon ne...
John.Cowan
johnwcowan
Online Now Send Email
Dec 1, 2005
4:52 am
353
Hello John, Thanks for a clue, but I still do not know what to do. Do I have to install another version of xalan? Where will you start if you are on my place? ...
hans2hank
Offline Send Email
Dec 1, 2005
9:50 am
354
... that's me again ;-) I have solved the problem. It really seems to be a bug in Java 1.5. I have installed 1.4 and it worked perfectly. Many regards Jan ... ...
hans2hank
Offline Send Email
Dec 1, 2005
11:51 am
355
... Indeed. I should probably put this on the Web page, now that people will be using 5.0 out of the box a lot more. AFAIK, TagSoup works fine under 5.0 once...
John.Cowan
johnwcowan
Online Now Send Email
Dec 1, 2005
1:45 pm
356
... That is exactly what I have done. It works pretty fine! ... That is a very good idea. It is the very first impression which one is confrontated with. If it...
hans2hank
Offline Send Email
Dec 2, 2005
8:24 am
359
Hello all, I'm just getting started using the tagsoup library to parse some content. What I'm discovering is that for many HTML documents I get a parsing error...
Rob Konigsberg
rikonigsberg
Offline Send Email
Feb 8, 2006
7:45 am
360
... That can't be a TagSoup error, as TagSoup never reports any errors (except low-level IOExceptions when a file cannot be read or something of the sort)....
John Cowan
johnwcowan
Online Now Send Email
Feb 8, 2006
8:12 am
361
John, thanks for the prompt reply. I may have been mistaken. I'll go back to the drawing board and see what I find. ... -- Robert Konigsberg ...
Rob Konigsberg
rikonigsberg
Offline Send Email
Feb 8, 2006
8:29 am
362
Last night in Albany at the CDJDN meeting someone complained about JavaScript errors in my XOM pages. That surprised me because I didn't think I had any...
Elliotte Harold
elharo@...
Send Email
Feb 10, 2006
2:34 am
363
... Because HTML is an SGML application, not an XML one. The script and style elements are of type CDATA, which means that after the start-tag, the only...
John Cowan
johnwcowan
Online Now Send Email
Feb 10, 2006
4:38 am
364
... The problem is I do want well-formed XHTML output. i.e. I do want empty elements to be closed (or use an empty-element tag). Is there any way to get both? ...
Elliotte Harold
elharo@...
Send Email
Feb 10, 2006
9:49 am
365
... That would be self-contradictory. The "comment" is not really an HTML comment, but if I left the < unescaped it would become an XML comment and disappear...
John Cowan
johnwcowan
Online Now Send Email
Feb 10, 2006
1:06 pm
366
John, Unsurprisingly, you were right. Thanks again for the quick response. Robert ... -- Robert Konigsberg konigsberg@... "Uh Oh. This does not look good...
Rob Konigsberg
rikonigsberg
Offline Send Email
Feb 10, 2006
3:18 pm
367
Hi, I noticed that the tagsoup parser chops any attribute value which is longer then 1980 characters. I think the HTML spec. mentions 1024 characters as the...
amir_langer
Offline Send Email
Feb 14, 2006
3:21 pm
368
I'm new to TagSoup. I really like the command line interface and it's speed / features. I didn't notice much documentation for using the API so I'm hoping you ...
Ray Grieselhuber
rgrieselhuber
Offline Send Email
Feb 15, 2006
1:01 am
369
... [snip] ... Currently no, but you can change the size of the array theOutputBuffer in src/templates/org/ccil/cowan/tagsoup/HTMLScanner.java from 2000 to...
John Cowan
johnwcowan
Online Now Send Email
Feb 15, 2006
2:22 am
370
... This is the part that TagSoup provides; it is a SAX parser. ... You can use XOM or any other tree model you like; all of them support external SAX parsers....
John Cowan
johnwcowan
Online Now Send Email
Feb 15, 2006
5:34 am
Messages 338 - 370 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