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 964 - 994 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
964
Hello, I've downloaded Tagsoup version 1.1.3 from the Tagsoup homepage and am able to use it with Java 6. Now I've tried to use it with Java 5 (1.5.0_12),...
Ole Laurisch
ole.laurisch@...
Send Email
Dec 12, 2007
4:29 pm
965
Hm... works for me on Java 1.5.0_14. Just to get the ball rolling, I'll ask the usual starter question (with no insult meant): are you sure you have...
dpq1pt2bc
Offline Send Email
Dec 12, 2007
9:41 pm
966
For interest's sake, in our app we tell TagSoup to retain comments from the HTML input like this: XMLWriter xmlWriter; try { xmlWriter = new XMLWriter(new ...
dpq1pt2bc
Offline Send Email
Dec 12, 2007
9:47 pm
967
For completeness: The 'UTF8' variable (class member, actually) is defined as "utf-8" in the code I just posted. Mark ... finds...
dpq1pt2bc
Offline Send Email
Dec 12, 2007
9:49 pm
968
Hi Mark, at first I wanted to answer "Hey, c'mon! Sure I have the tagsoup jar in my classpath", but then I double checked it and found out the following. All...
Ole Laurisch
ole.laurisch@...
Send Email
Dec 13, 2007
7:45 am
969
I have found a web site [http://canada.com/] which uses '<?xml:namespace prefix = cwi />' in many of its pages, including its main page. The pages start with...
dpq1pt2bc
Offline Send Email
Dec 14, 2007
5:16 pm
970
... Just a minor nitpick: ... It is actually not even well-formed xml: processing instructions can not have target that starts with 'xml' (case insensitive),...
Tatu Saloranta
cowtowncoder
Offline Send Email
Dec 14, 2007
5:43 pm
971
... Not minor at all. :) However, I do not believe you are correct. From the same XML 1.0 recommendation <http://www.w3.org/TR/REC-xml/#sec-pi> you...
Mark Fitzgerald
dpq1pt2bc
Offline Send Email
Dec 14, 2007
6:15 pm
972
... Right. Considered without regard to case: <?xml ...> is not well formed as a PI (the XML declaration is not a PI); <?xml:foo ...?> is XML well-formed, but...
John Cowan
johnwcowan
Online Now Send Email
Dec 14, 2007
9:14 pm
973
... You are absolutely correct. :-) My mistake -- I did mix up rules for PI names and restrictions on reserved namespace prefixes (where anything starting with...
Tatu Saloranta
cowtowncoder
Offline Send Email
Dec 14, 2007
10:52 pm
974
... Thanks, John. Best of luck finding some free time; I'll keep my eyes peeled for your update. :) Mark...
Mark Fitzgerald
dpq1pt2bc
Offline Send Email
Dec 17, 2007
5:13 pm
975
... Thanks for confirming - I wasn't 100% sure. :) ... Interesting tidbit! What section is that in? ... Mark...
Mark Fitzgerald
dpq1pt2bc
Offline Send Email
Dec 17, 2007
5:14 pm
976
As a New Year's present to the TagSoup community (and to fulfill a pre-New-Year resolution of mine), I've completed development work on TagSoup 1.2. This is...
John Cowan
johnwcowan
Online Now Send Email
Jan 1, 2008
10:19 pm
977
There are a great many changes, most of them fixes for long-standing bugs, in this release. Only the most important are listed here; for the rest, see the...
John Cowan
johnwcowan
Online Now Send Email
Jan 5, 2008
5:15 pm
978
... bugs, ... instance of ... start-tags. ... I've created the upload request, so it should be available in the Maven repositories in a few days: ...
Stephen Duncan Jr
scdjr42
Offline Send Email
Jan 6, 2008
2:28 pm
979
... Thanks. -- John Cowan cowan@... http://ccil.org/~cowan Female celebrity stalker, on a hot morning in Cairo: "Imagine, Colonel Lawrence, ninety-two...
John Cowan
johnwcowan
Online Now Send Email
Jan 6, 2008
2:33 pm
980
Hello, My program take a string from database who contain something like : "<p>l&rsquo;eau est froide</p>". the &rsquo; entity is '. Into my SAX parser, I...
mickael_ourtaau
Offline Send Email
Jan 7, 2008
5:51 pm
981
java.io.IOException: Pushback buffer overflow at java.io.PushbackReader.unread(PushbackReader.java:136) at...
djking_flickr
Offline Send Email
Jan 11, 2008
9:42 pm
982
... There is, but can you send me the input that provokes this crash? ... You need to build with Ant after installing Saxon, as noted on the source page. Just...
John Cowan
johnwcowan
Online Now Send Email
Jan 11, 2008
9:59 pm
983
... I meant to say, the home page, http://tagsoup.info . -- John Cowan http://ccil.org/~cowan cowan@... 'My young friend, if you do not now,...
John Cowan
johnwcowan
Online Now Send Email
Jan 11, 2008
10:03 pm
984
Hi, I want to use tagsoup for parsing HTML that contains some custom XML tags in the <head> section. As far I understood the documentation, I have to add my...
a.kruegersen
Offline Send Email
Jan 13, 2008
11:53 am
985
... That's correct. What I don't know from your example is whether you guarantee that the XML parts are always going to be well-formed and valid internally,...
John Cowan
johnwcowan
Online Now Send Email
Jan 13, 2008
3:16 pm
986
Wow, that was a lot of information, thank you! ... TagSoup ... I read that pdf file already, but I found nothing about the groups and their intentions in...
a.kruegersen
Offline Send Email
Jan 14, 2008
8:36 pm
987
... You must be using some kind of output engine other than the supplied XMLWriter, I guess. I don't know what these are symptoms of. ... This is an excellent...
John Cowan
johnwcowan
Online Now Send Email
Jan 14, 2008
11:09 pm
988
Hi everyone, First, thanks to John and others for your excellent work on TagSoup, it is one of those tools I find very useful, very often. I know this may be...
Dawid Weiss
dawid_weiss
Offline Send Email
Jan 15, 2008
7:48 am
989
... Thank you! ... If the invalid structure is only in the HTML parts, and the RSS parts are basically well-structured, then TagSoup 1.2 should simply do the...
John Cowan
johnwcowan
Online Now Send Email
Jan 15, 2008
8:57 am
990
... Yep, I do realize I could do this. Since, like you mentioned, the RSS/Atom structure is quite extensible, I thought it'd be great to have a single pass ...
Dawid Weiss
dawid_weiss
Offline Send Email
Jan 15, 2008
2:33 pm
991
Thanks. Turns out it was an upstream bug that was picking up a binary file to parse. False alarm. - Peace Dave...
djking_flickr
Offline Send Email
Jan 15, 2008
10:43 pm
993
As I read the web page, setting the namespaces feature to false should result in elements in the default namespace. Instead, I get elements in the xhtml...
benson_margulies
benson_margu...
Offline Send Email
Jan 30, 2008
2:02 am
994
TagSoup only recognizes doctype when spelled in UPPER CASE. Web pages (c.f. the BBC) like to use lower case....
benson_margulies
benson_margu...
Offline Send Email
Jan 30, 2008
11:45 pm
Messages 964 - 994 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