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 776 - 848 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
776
Hi, I am trying to use TagSoup with JDom and it seems to be working for everything except CData within Javascript. JDom throws an exception as displayed below....
Linas Jakucionis
brovienas
Offline Send Email
Apr 7, 2007
8:42 am
777
... JDom is right, and that's a bug. ... It's actually correct for TagSoup to return CDATA start and end markup as text, because in script and style elements...
John Cowan
johnwcowan
Online Now Send Email
Apr 7, 2007
7:03 pm
780
Thank you, I have removed the lines and it now works just fine. I could not apply the patch automatically as it seems to be distorted by Yahoo webmail... Thank...
Linas Jakucionis
brovienas
Offline Send Email
Apr 8, 2007
3:27 am
801
Uploaded a test tarball where I read 2 files w/ document('test/ filename.html'). I get an exception on the second file access. The files are pretty trivial...
iwanttokeepanon
Offline Send Email
Apr 24, 2007
9:30 pm
803
... Forgot to give the Java / tagsoup details: Saxon version and stats: Saxon 8.9J from Saxonica Java version 1.4.2-03 Stylesheet compilation time: 367...
iwanttokeepanon
Offline Send Email
Apr 24, 2007
10:03 pm
806
I've searched the archives and I haven't found an answer to how to get TagSoup to handle nested lists (see ...
fdjr
Offline Send Email
Apr 25, 2007
10:10 pm
807
... I don't understand the issue. Please show me the input and the output you get. -- I could dance with you till the cows John Cowan come home....
John Cowan
johnwcowan
Online Now Send Email
Apr 25, 2007
11:52 pm
808
DeXSS [1] provides a SAX2 Parser to help protect against cross-site scripting (XSS) attacks. DeXSS uses the TagSoup to parse potentially mal-formed input,...
Klotz, Leigh
leighklotz
Offline Send Email
Apr 26, 2007
6:18 pm
815
The w3c validator doesn't like xmlns:html="....." as an attribute of the HTML node. It only loves xmlns="......." It's not hard to fix in a JDOM tree built...
unremarkable000
Offline Send Email
May 1, 2007
11:54 pm
817
... Looks like a known validator bug: <http://www.w3.org/Bugs/Public/show_bug.cgi?id=800> Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/...
Nick Fitzsimons
nick@...
Send Email
May 2, 2007
5:13 pm
818
This release fixes the reporting of CDATA sections. In TagSoup 1.1 and previous versions, if you specified a SAX LexicalHandler to receive indications of...
John Cowan
johnwcowan
Online Now Send Email
May 3, 2007
2:50 pm
819
I forgot to mention that there is now a CDATAElements SAX feature, which is the programmatic equivalent of the --nocdata switch. If you set the feature to...
John Cowan
johnwcowan
Online Now Send Email
May 3, 2007
3:15 pm
820
Okay, okay, 1.1.1 had a paper-bag bug: you could set the CDATAElementsFeature, but it had no actual effect. My current test set didn't catch this problem,...
John Cowan
johnwcowan
Online Now Send Email
May 3, 2007
7:34 pm
822
I posted this once for help, but didn't hear back. I did get a response from Dr. Kay on the sf.net project forum. It is a bug in tagsoup exposed by recent...
iwanttokeepanon
Offline Send Email
May 8, 2007
11:02 pm
825
... I posted this to the forum: Okay, I've nailed the problem. The NullPointerException arises because the value of the instance variable that holds the entity...
John Cowan
johnwcowan
Online Now Send Email
May 10, 2007
3:44 am
826
The 1. 1.3 release fixes a problem that made TagSoup unable to interoperate with the XSLT processors Saxon-B and Saxon-SA. Any attempt to set the...
John Cowan
johnwcowan
Online Now Send Email
May 10, 2007
3:39 pm
827
That fixed my null pointer problem, thanks John!! ... attempt ... parser ... result, ... second ... ~cowan...
iwanttokeepanon
Offline Send Email
May 14, 2007
2:19 pm
828
... This sounds really familiar. I could swear this came up a couple of years ago in the context of one parser or another. Yep, it did. See ...
Elliotte Harold
elharo@...
Send Email
May 15, 2007
11:49 am
829
... Well, since several apps are depending on this behavior, all the more reason for me to implement it. -- You annoy me, Rattray! You disgust me!...
John Cowan
johnwcowan
Online Now Send Email
May 15, 2007
1:20 pm
833
All, This is maybe a naive question. I haven't tried TagSoup yet, but I am looking for an alternative to JTidy which would support XML tags embedded within tag...
Erik Bruchez
erikbruchez
Offline Send Email
May 24, 2007
5:22 pm
834
... TagSoup does not understand namespace declarations, so your XForms tags will come out with a namespace of "urn:prefix:xforms". You can easily fix that...
John Cowan
johnwcowan
Online Now Send Email
May 24, 2007
6:54 pm
836
... Thanks. Would namespace mappings like xmlns:xforms="..." be swallowed by TagSoup? If not, then even if TagSoup doesn't undestand them it may be possible to...
Erik Bruchez
erikbruchez
Offline Send Email
May 25, 2007
1:29 pm
837
... Currently they are swallowed whole. I'll look into changing this. -- In politics, obedience and support John Cowan <cowan@...> are the same...
John Cowan
johnwcowan
Online Now Send Email
May 25, 2007
6:23 pm
838
Hi all, First, apologies if these have been asked before; I scanned the archives but couldn't find any references. I've been doing some experiments comparing...
Doug Cook
dougcook
Offline Send Email
May 26, 2007
4:46 pm
839
I was checking out version 1.1.3 vs. 1.0rc3 (the original version I had), to see if any of the issues in my previous email might have been resolved. I found...
Doug Cook
dougcook
Offline Send Email
May 26, 2007
6:02 pm
840
... Yes, that's a very subtle bug in the scanner. If the line endings are CR+LF (Windows mode) and the end-of-comment appears just after a line ending, the...
John Cowan
johnwcowan
Online Now Send Email
May 26, 2007
11:13 pm
841
... True. TagSoup doesn't know which attributes are URIs, but worse yet it eliminates all entity references at a low level of the code (though it's the high...
John Cowan
johnwcowan
Online Now Send Email
May 26, 2007
11:35 pm
842
... post-processing. ... Something like this would be great :-) -Erik...
Erik Bruchez
erikbruchez
Offline Send Email
May 28, 2007
5:41 pm
847
All versions of TagSoup are now, by the wave of my magic wand, licensed under the Apache 2.0 license as well as the Academic Free License 3.0 and the GNU GPL...
John Cowan
johnwcowan
Online Now Send Email
Jun 2, 2007
5:47 am
848
I was using tagsoup to parse some html and kept getting funny errors and I finally realized that it was attempting to parse the tags within comments as well....
briantfan
Offline Send Email
Jun 5, 2007
10:00 pm
Messages 776 - 848 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