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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 562 - 612 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
562
I've loaded a page and used SAX2DOM to create a DOM tree. I then used XPathAPI.selectSingleNode to get a starting point and traversed the subtree. Curiously,...
kookaburratech
Offline Send Email
Aug 12, 2006
12:23 am
563
... Not without something to work from. I need the input page and some information on what XPaths returned what, or a dump of the DOM generated by SAX2DOM as...
John Cowan
johnwcowan
Online Now Send Email
Aug 12, 2006
1:46 am
564
An example source page is - http://finance.yahoo.com/q/cq?d=v1&s=C%2cBCS Examining the table starting at- node = XPathAPI.selectSingleNode(doc, ...
kookaburratech
Offline Send Email
Aug 13, 2006
8:06 pm
567
hi, I would like to make TagSoup bling to user tags. for examples in the folowing html, I would like it to simple ignore (AKA be blind to) the <tag> tag in the...
Bru, Pierre
pbru_2001
Offline Send Email
Aug 29, 2006
3:11 pm
569
... on out. ... And these many months later I finally remember this conversation and do something about it: http://jira.codehaus.org/browse/MAVENUPLOAD-1127 ...
Stephen Duncan Jr
scdjr42
Offline Send Email
Sep 13, 2006
7:32 pm
570
http://repo1.maven.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.0.1/...
Stephen Duncan Jr
scdjr42
Offline Send Email
Sep 17, 2006
12:44 pm
571
... Thanks. ... -- Do I contradict myself? John Cowan Very well then, I contradict myself. cowan@... I am large, I...
John Cowan
johnwcowan
Online Now Send Email
Sep 17, 2006
7:04 pm
573
Hello, I'm trying to make the handling of < characters more forgiving. By default a < surrounded by space seems to get converted to a &lt; which is good. But...
Nick H
crocochicken74
Offline Send Email
Oct 6, 2006
3:56 pm
574
... Just to explain this output, I'm pretty much just outputting XML as it comes through, so basically TagSoup is interpretting <- as the start of a tag called...
Nick H
crocochicken74
Offline Send Email
Oct 6, 2006
4:08 pm
575
In the end I just decided to do a simple find-and-replace on the input before it even goes into TagSoup... does the trick....
Nick H
crocochicken74
Offline Send Email
Oct 9, 2006
8:52 am
576
... Fair enough. It's really, really hard for the code to decide which uses of < are plausible tags or other things and which are not, since it proceeds like...
John Cowan
johnwcowan
Online Now Send Email
Oct 9, 2006
1:47 pm
577
is "-" a legal 1st char for a tag name ? doesn't TS try to convert it to a regular 1st char by i nserting a "_" i nfrom of it ? Pierre...
Bru, Pierre
pbru_2001
Offline Send Email
Oct 9, 2006
9:19 pm
578
... No, not in xml (it is legal after first char though) ... I guess so, since underscore is legal as the first name char. On the other hand, all HTML tags...
Tatu Saloranta
cowtowncoder
Offline Send Email
Oct 9, 2006
11:05 pm
581
Hi - we're using TagSoup happily with the Xalan XSLT replacement, and we're wondering about the bug that makes the default version not work correctly... Is it...
chconnor
Offline Send Email
Oct 22, 2006
8:09 pm
582
... The bug is about building, not about using; TagSoup doesn't do any XSLT at run time. As for why the XSLT building transform doesn't work with the default...
John Cowan
johnwcowan
Online Now Send Email
Oct 23, 2006
1:29 am
584
Hello, I just started using tagsoup so I don't know of this is normal behavior or a bug or wrong arguments. I'm using the version tagsoup-1.0.1.jar and here is...
Andras Balogh
andraska23
Offline Send Email
Nov 6, 2006
8:37 pm
585
... I admit that's not very good, but it's not clear what general method would be better. Currently TagSoup assumes that "0 CELLPADDING=" is the value of the...
John Cowan
johnwcowan
Online Now Send Email
Nov 6, 2006
9:45 pm
589
Hi there! We are using TagSoup for our Web crawler, and we found for the page at http://www.borngayprocon.org/ TagSoup consider <!-[if IE]> as a comment, and ...
Eugeny N Dzhurinsky
bofh@...
Send Email
Dec 7, 2006
9:10 am
590
Hi! I have recently come across TagSoup and want to see whether I can use it instead of JTidy. I need t be able to clean up HTML documents in a wide range of ...
Jaran Nilsen
jaranmann
Offline Send Email
Dec 7, 2006
12:37 pm
591
... That is because TagSoup does not know which characters can be safely written to which encodings, so it plays safe and uses character references for all...
John Cowan
johnwcowan
Online Now Send Email
Dec 7, 2006
1:22 pm
592
I brought up conditional IE comments a while back. I showed using some pathological examples of IE conditionals that it's impossible to proper SAX events if...
Klotz, Leigh
leighklotz
Offline Send Email
Dec 12, 2006
6:54 pm
593
... Quite so. But there is a bug involving comments that lack the second minus sign: <!-foo--> causes TagSoup to malfunction. -- John Cowan cowan@......
John Cowan
johnwcowan
Online Now Send Email
Dec 12, 2006
8:56 pm
595
... Is the already-posted patch the recommended work-around? Is there a better work-around? Thanks, -c...
chconnor
Offline Send Email
Dec 15, 2006
7:30 am
596
Hello! We faced another problem - when parsing a HTML document, which contains the link like <a href="something.php?param=value&cap=anothervalue">, the &cap is...
Eugeny N Dzhurinsky
bofh@...
Send Email
Dec 15, 2006
8:15 am
597
... I haven't had a chance to evaluate it yet. -- Well, I have news for our current leaders John Cowan and the leaders of tomorrow: the Bill of...
John Cowan
johnwcowan
Online Now Send Email
Dec 15, 2006
1:46 pm
599
... Because people do in fact often leave the final semicolon off. Browsers know which attributes contain URIs and apparently don't expand entity references in...
John Cowan
johnwcowan
Online Now Send Email
Dec 15, 2006
3:31 pm
600
... You're probably aware of this, but it's slightly more complicated than that (when isn't it?) because: 1. The semicolon may be omitted under certain...
Nick Fitzsimons
nick@...
Send Email
Dec 15, 2006
4:16 pm
610
In command line mode with TagSoup I see this: $ java -jar tagsoup-1.0.1.jar vm.html src: vm.html <?xml version="1.0" standalone="yes"?> <html...
Elliotte Harold
elharo@...
Send Email
Jan 10, 2007
3:30 pm
611
... The default output of TagSoup is XML, not HTML. If you want HTML, use the --html option; you can also turn off the XML declaration separately. ... There...
John Cowan
johnwcowan
Online Now Send Email
Jan 10, 2007
3:58 pm
612
I'm trying to build TagSoup from source in Eclipse. Eclipse complains about a missing HTMLSchema class. Is this the known problem with building under 1.5, or...
Elliotte Harold
elharo@...
Send Email
Jan 10, 2007
4:06 pm
Messages 562 - 612 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