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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 517 - 548 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
517
Mike Bremford sent me a patch that causes TagSoup to send the system and public IDs to the LexicalHandler if there is a DOCTYPE declaration present in the...
John Cowan
johnwcowan
Online Now Send Email
Jun 2, 2006
3:47 pm
518
Unless I hear from someone with a big juicy patch or a nasty bug, I'm going to turn TagSoup 1.0rc7 into TagSoup 1.0. So please test, test, test! Or if you...
John Cowan
johnwcowan
Online Now Send Email
Jun 3, 2006
3:36 pm
519
Hi, When I use TagSoup to parse html which contains empty tags (elements with no text value), I get unexpected output. For example, when I parse the following...
anoopcherai
Offline Send Email
Jun 5, 2006
6:11 am
520
... That's a bug all right. Which version of TagSoup are you using? -- John Cowan cowan@... http://www.ccil.org/~cowan O beautiful for patriot's dream...
John Cowan
johnwcowan
Online Now Send Email
Jun 5, 2006
6:14 am
521
I'm using tagsoup-1.0rc6 Thanks, Anoop...
anoopcherai
Offline Send Email
Jun 5, 2006
6:17 am
522
Hi, I was trying to compile (as delivered) from source the TagSoup 1.0rc7 package, and was unable to do it. There weren't 3 variables of "public void decl(char...
periquitoware
Offline Send Email
Jun 5, 2006
10:10 am
523
This fixes a paper-bag bug that made it impossible to compile the jar-file from the released sources. I added a few bits of defensive programming as well, but...
John Cowan
johnwcowan
Online Now Send Email
Jun 5, 2006
5:00 pm
524
a long time ago, when I was using Yacc, I had the possibility to tell Yacc to trace all its shift/reduce actions so that I can trace what it was doing and find...
Bru, Pierre
pbru_2001
Offline Send Email
Jun 5, 2006
10:08 pm
525
... There isn't at present. 1.0rc8 provides this facility at the scanner level (the analogue of Lex) but not at the parser level. If anyone wants to work out...
John Cowan
johnwcowan
Online Now Send Email
Jun 6, 2006
12:15 am
526
... I can see a couple of way of doing that: 1) the easier add tracing code in TG at each possible point of interrest and add "display text" for...
Bru, Pierre
pbru_2001
Offline Send Email
Jun 6, 2006
12:55 pm
527
... Go for it. -- But that, he realized, was a foolish John Cowan thought; as no one knew better than he cowan@... that the Wall had...
John Cowan
johnwcowan
Online Now Send Email
Jun 6, 2006
1:02 pm
528
Hi, Tagsoup adds an attribute "rect", with <a> tag. How could I remove that. TagSoup is turning this: <a href="home.php">&nbsp;home&nbsp;</a><a...
anoopcherai
Offline Send Email
Jun 7, 2006
2:22 pm
529
Sorry, the attribute name is "shape", not rect. Thanks, Anoop ... </ ... href="/...
anoopcherai
Offline Send Email
Jun 7, 2006
2:28 pm
530
... You can use XSLT to filter out things you don't like. The reason it's supplied is that TagSoup is an SGML parser (although a very unusual one), and SGML...
John Cowan
johnwcowan
Online Now Send Email
Jun 7, 2006
3:20 pm
531
Thank you john. That worked. -Anoop ... remove ... default ... rebuild. ... doing an ... ccil.org/~cowan ... 09-20...
anoopcherai
Offline Send Email
Jun 7, 2006
5:12 pm
532
I updated to the rc8 from rc6 and I'm getting the message "Cannot have a public ID without a system ID". Everything worked fine under rc6. Google search leads...
dplamb2002
Offline Send Email
Jun 7, 2006
7:23 pm
533
... Versions before rc7 didn't report any publicids or systemids, and apparently the NUX layer is upset because HTML documents can have publicids without...
John Cowan
johnwcowan
Online Now Send Email
Jun 7, 2006
8:56 pm
534
As noted in my last posting, rc9 differs from rc8 only in returning a systemid of "" if there is a publicid but no systemid in the DOCTYPE declaration. -- John...
John Cowan
johnwcowan
Online Now Send Email
Jun 7, 2006
9:04 pm
536
Hello everybody! I plan to use TagSoup to parse html but I would like to modify as less as possible the html code because it's generated by an editor and the ...
Frigiere
frigierejulia
Offline Send Email
Jun 13, 2006
3:10 am
537
... I'm not sure what you mean by "modifying it". There is no need to modify the HTML before TagSoup gets it. What TagSoup returns is of course modified,...
John Cowan
johnwcowan
Online Now Send Email
Jun 13, 2006
4:10 am
538
Hello! Thank you for your answer. I will try to explain better my case. I would like to process the code generated by the editor (that is bad-formed HTML, for...
Frigiere
frigierejulia
Offline Send Email
Jun 13, 2006
7:45 am
539
... This is exactly what TagSoup does. It does not "modify" its input in the sense of changing it to be something else. ... Exactly right. ... I meant simply...
John Cowan
johnwcowan
Online Now Send Email
Jun 13, 2006
1:39 pm
540
Another small change: There is a switch --norestart to prevent restartable elements from being restarted. This is the end of my current plans for TagSoup. I...
John Cowan
johnwcowan
Online Now Send Email
Jun 15, 2006
9:02 pm
541
Leigh Dodds provides an on-line TagSoup service; see http://xmlarmyknife.org/docs/xhtml/tagsoup/ for details. -- Your worships will perhaps be thinking...
John Cowan
johnwcowan
Online Now Send Email
Jun 16, 2006
8:43 pm
542
Could someone take a look at the TSaxon jar and see why Java doesn't like it? http://www.ccil.org/~cowan/XML/tagsoup/tsaxon/saxon.jar -- John Cowan...
John Cowan
johnwcowan
Online Now Send Email
Jun 17, 2006
2:33 am
544
For some reason, zip was generating corrupt jar files, and JDK 1.4's jar was hanging on my build system. GNU fastjar, which is /usr/bin/jar on my system, is...
John Cowan
johnwcowan
Online Now Send Email
Jun 23, 2006
2:29 pm
545
I'm parsing some html and I appear to be losing some whitespace in the output. My input is: <html>safe<link rel="stylesheet" type="text/css"...
David Pashley
david@...
Send Email
Jun 23, 2006
10:57 pm
546
... Neither. In SGML (and HTML is an SGML application), whitespace within an element, explicit or implicit, that is known to allow only child elements and not...
John Cowan
johnwcowan
Online Now Send Email
Jun 25, 2006
6:14 am
547
... I would quite like this data. Could this be reported via ignoreableWhitespace? Would you add a patch which did this? Does tagsoup ever call that callback?...
David Pashley
david@...
Send Email
Jun 25, 2006
8:08 am
548
... Okay, that was quite simple. I can't find any calls to ignorableWhitespace, so I'm assuming that calling it won't break anything. I could be wrong, so I'll...
David Pashley
david@...
Send Email
Jun 25, 2006
8:27 am
Messages 517 - 548 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