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 664 - 710 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
664
Well, time for a new release of TagSoup. Here are the changes: Version attribute default value removed from html element Leading and trailing hyphens now...
John Cowan
johnwcowan
Online Now Send Email
Feb 4, 2007
3:53 am
672
As bbeck pointed out, the 1.0.2 jarfile was built with Java 6, which meant that it would not run on earlier JVMs. 1.0.3 fixes that problem, fixes the...
John Cowan
johnwcowan
Online Now Send Email
Feb 6, 2007
5:02 pm
674
Does anyone know of a working example of use of TagSoup to execute an XPath query against an HTML document? (preferably using XOM or dom4j) thanks in advance, ...
ipojman
Offline Send Email
Feb 9, 2007
5:58 pm
675
Hey all, I'd been having some problems for some reason getting it to work, I finally realized I wasn't doing namespace stuff correctly. Here is what I got...
ipojman
Offline Send Email
Feb 9, 2007
6:27 pm
676
Here's the head of a document I'm playing with: <head> <title>endtag</title> <script type="text/javascript" language="javascript"> /* Only sunsites are allowed...
Elliotte Harold
elharo@...
Send Email
Feb 18, 2007
6:39 pm
677
... I can't reproduce this problem using either 1.0.1 or 1.0.3 (current) under any of 1.4, 1.5, or 1.6 VMs. I always get "&lt;" no matter what I do. Nor can I...
John Cowan
johnwcowan
Online Now Send Email
Feb 18, 2007
6:59 pm
678
... OK. et's look a little closer. First I'm using 1.0.1. Second I just did it again and it didn't trigger. However scrolling back in my terminal buffer it...
Elliotte Harold
elharo@...
Send Email
Feb 18, 2007
8:20 pm
679
... [snip] ... CDATA, but yes; markup inside script elements isn't interpreted, except for the "</script>" tag. The same is true of style elements, though...
John Cowan
johnwcowan
Online Now Send Email
Feb 18, 2007
9:37 pm
680
Consider this common JavaScript pattern: <script> <!-- script goes here // --></script> TagSoup is going to decomment that text. This will turn it into ...
Elliotte Harold
elharo@...
Send Email
Feb 18, 2007
10:06 pm
681
... I think it will just not consider any content within script tag to be markup, and thus there is no comment encountered. And Javascript parser browsers use ...
Tatu Saloranta
cowtowncoder
Offline Send Email
Feb 19, 2007
12:46 am
682
... Neither Firefox nor IE likes the "&lt;" at all, though the "&gt;" is inside a JavaScript comment and invisible. ... Turning on --html or --method=html is...
John Cowan
johnwcowan
Online Now Send Email
Feb 19, 2007
12:57 am
683
... Slightly off topic for TagSoup, but as a JavaScript programmer, can I point out that wrapping the contents of inline scripts in HTML comments hasn't been...
Nick Fitzsimons
nick@...
Send Email
Feb 19, 2007
4:27 pm
684
This is a bug-fix release. The --method=html switch (and therefore the --html switch as well) now properly suppresses character escaping within script and...
John Cowan
johnwcowan
Online Now Send Email
Feb 19, 2007
9:08 pm
688
I have a problem with characters that are present in the source HTML (and rendered properly in browsers) are not getting to my program as I expect. I am using...
Leslie Software
lesliesoftware
Offline Send Email
Feb 23, 2007
7:54 pm
689
... Your DOM implementation is writing out UTF-8, that's all. It's not a TagSoup issue. -- Newbies always ask: John Cowan ...
John Cowan
johnwcowan
Online Now Send Email
Feb 24, 2007
7:49 am
691
I figured it was something like that but how do I control it? In fact the messed up characters are in the DOM tree that was created from the SAX2COM parse...
Leslie Software
lesliesoftware
Offline Send Email
Feb 24, 2007
2:03 pm
692
I notice that in 1.0.3 There is only one new feature in this release, the --output-encoding switch, which allows you to specify the character encoding for...
Elliotte Harold
elharo@...
Send Email
Feb 24, 2007
4:55 pm
693
... The default encoding is often very useful, and the way to specify it is to leave off the switch. This is true for both --encoding and --output-encoding. ...
John Cowan
johnwcowan
Online Now Send Email
Feb 24, 2007
6:08 pm
694
Reading the message from Elliotte Harold titled "Re: [tagsoup-friends] output-encoding" lead me to a solution. I read the TagSoup command line code to see how...
Leslie Software
lesliesoftware
Offline Send Email
Feb 24, 2007
6:25 pm
700
The W3C Technical Architecture Group has an open issue (http://www.w3.org/2001/tag/issues.html?type=1#TagSoupIntegration-54) on the relationship of HTML, XHTML...
henrysthompson
Offline Send Email
Mar 2, 2007
3:34 pm
701
... John Cowan has such a set in his personal possession. However since it's taken from real world web pages, distributing it would involve massive copyright...
Elliotte Harold
elharo@...
Send Email
Mar 2, 2007
4:17 pm
702
... AFAIK TagSoup and the HTML5 spec are the only contenders. TagSoup has the constraint "quod scripsit, scripsit": it cannot recall SAX events and issue new...
John Cowan
johnwcowan
Online Now Send Email
Mar 3, 2007
8:45 pm
703
... The HTML 5 spec. is not what I would call declarative -- discursive, more like it. ... Understood. I guess what I am thinking about is not shipping some ...
henrysthompson
Offline Send Email
Mar 4, 2007
6:01 pm
704
... I stated the constraint badly: I can and do postpone SAX events, but not character events, since they are unbounded in size. They at least must be...
John Cowan
johnwcowan
Online Now Send Email
Mar 4, 2007
7:32 pm
705
It's been a long time for me, but doesn't the main verb need to be pluperfect, and the clause in the subjunctive? Quod scripserit, scripserat. ... From:...
Klotz, Leigh
leighklotz
Offline Send Email
Mar 5, 2007
10:08 pm
706
... Well, in the Vulgate Pilate says "Quod scripsi, scripsi" = "What I have written, I have written", when the Jews ask him to take down the sign saying "Jesus...
John Cowan
johnwcowan
Online Now Send Email
Mar 5, 2007
10:49 pm
707
I guess attempting to correct the bible is pretty much a definition of hubris. Sorry for the distraction. ... From: tagsoup-friends@yahoogroups.com ...
Klotz, Leigh
leighklotz
Offline Send Email
Mar 6, 2007
12:18 am
708
Hi, I am currently using TagSoup 1.0.4. I having problem in the XML result tree after parsing the HTML source document. The XML result document will have...
winnie_low_weini
winnie_low_w...
Offline Send Email
Mar 6, 2007
9:50 am
709
... If you can apply XPath to your input document, then it is already well-formed XML, and TagSoup is not appropriate. The purpose of TagSoup is to process...
John Cowan
johnwcowan
Online Now Send Email
Mar 6, 2007
4:39 pm
710
I'm using HTMLScanner as the first step in my shift-step experiment, and basically it's working OK (after hacking a workaround to cope with XML-style empty...
henrysthompson
Offline Send Email
Mar 8, 2007
1:48 pm
Messages 664 - 710 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