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 60 - 89 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
60
Hi all, hmm - CDATA does not exist in XML? I don't think this is true. It just serializes differently. Cheers, Oliver...
Oliver Koell
listen@...
Send Email
Apr 1, 2004
4:17 pm
61
... Elements of type CDATA do not exist in XML. They are not to be confused with CDATA sections, which do exist in XML, nor with CDATA attributes, which do ...
cowan@...
johnwcowan
Online Now Send Email
Apr 1, 2004
4:59 pm
62
... I thought April fools day finished at noon :-) regards DaveP...
Dave Pawson
dpawson@...
Send Email
Apr 1, 2004
5:18 pm
63
Hi John, thanks for responding to thoughtless remarks :-) Just out of curiosity: is there a particular reason, the XMLWriter prefers escaping over CDATA...
Oliver Koell
listen@...
Send Email
Apr 2, 2004
9:28 am
64
... It's a general-purpose writer and doesn't know about particular elements except in HTML mode. Deciding when to use CDATA sections cleverly requires either...
John Cowan
johnwcowan
Online Now Send Email
Apr 2, 2004
12:54 pm
65
Hi John, in XHTML it's recommended to wrap your the content of your script elements into CDATA markers, like this: <script type="text/javascript"> <![CDATA[ ...
Oliver Koell
listen@...
Send Email
Apr 2, 2004
1:58 pm
66
Hi, It appears that Tagsoup is auto-inserting empty HTML attributes with a value of "BOOLEAN". Example: <td> results in <td nowrap="BOOLEAN"> ...
Oliver Koell
listen@...
Send Email
Apr 2, 2004
2:24 pm
67
... XHTML is not supported, on the assumption (perhaps false) that people who are actually going to the trouble of producing XHTML are producing at least...
John Cowan
johnwcowan
Online Now Send Email
Apr 2, 2004
3:07 pm
68
... Oooooops. That is what is known as a paper-bag bug, meaning that after releasing it I should go around wearing a paper bag on my head for a while. Today's...
John Cowan
johnwcowan
Online Now Send Email
Apr 2, 2004
3:10 pm
69
And here it is today, as promised: TagSoup 0.9.4. This fixes the paper-bag bug, allows CDATA sections in the input (but they must be perfectly well-formed or...
cowan@...
johnwcowan
Online Now Send Email
Apr 2, 2004
10:27 pm
70
hello, the following html : <p><table>...</table></p> becomes <p/><table>...</table> with Tagsoup...how can I configure Tagsoup to avoid the closing of the <p>...
Fabrice Estiévenart
fe@...
Send Email
Apr 13, 2004
9:46 am
71
... You need to perform surgery on src/definitions/html/elements. Look for the line beginning "table" and change the strong "%block" to "%block+%inline". That...
cowan@...
johnwcowan
Online Now Send Email
Apr 14, 2004
9:00 pm
72
Hi all, I'm looking for comments on a possible use case for TagSoup. My current employer's hosted message board product allows users to include HTML in message...
Evan D. Lenz
evanlenz
Offline Send Email
May 3, 2004
6:26 pm
73
... I would think so, indeed. Use it to parse what the users send you, which will be very likely to make it well-formed (not 100% guaranteed, only about 99%)....
cowan@...
johnwcowan
Online Now Send Email
May 3, 2004
7:44 pm
74
Hi John, Anyone, Do you happen to have any URI lists or http-able sized collections of soupy HTML? I've been playing with a really crude tagsoup-style parser, ...
Danny Ayers
danny_ayers
Offline Send Email
Jun 15, 2004
11:57 pm
75
... It could be done, but are you sure that's what you want? It would entail, for instance, that a sequence of paragraphs like <p>foobar <p>bazzam <p>quxquux ...
John Cowan
johnwcowan
Online Now Send Email
Jun 17, 2004
2:00 am
76
... In the next release I'll make "script" allowed to appear anywhere, since browsers seem to allow it anywhere. ... In general, yes. -- But you, Wormtongue,...
John Cowan
johnwcowan
Online Now Send Email
Jun 17, 2004
1:46 pm
77
I've looked everywhere and can't find any relevant Java examples of how to use this library... not even a quick 5-liner with a string...?...
richard_hassinger
richard_hass...
Offline Send Email
Jun 17, 2004
3:47 pm
78
... Well, it's a SAX parser: you can learn how to use SAX parsers at http://www.saxproject.org . You can also look at the static main, tidy, and chooseContent...
cowan@...
johnwcowan
Online Now Send Email
Jun 17, 2004
7:32 pm
79
... That's a for-sure bug. Can you send me the document exactly as is, so I can reproduced the problem? Thanks. -- Si hoc legere scis, nimium eruditionis...
John Cowan
johnwcowan
Online Now Send Email
Jun 18, 2004
5:28 am
80
hello, I'm using Tagsoup 0.9.4 to transform HTML in well-formed XML and gets the following wrong results : <h2 align="center" style="margin-top: 0;...
Fabrice Estiévenart
fe@...
Send Email
Jun 21, 2004
2:23 pm
81
(re-)hello, is it possible to disable the HTML tags structuration (parents, inline, blocklevel elements) in Tagsoup ? thanks, Fabrice...
Fabrice Estiévenart
fe@...
Send Email
Jun 21, 2004
3:47 pm
82
... Tell me more about this idea; I don't understand what purpose such an option would have. -- "In my last lifetime, John Cowan I...
John Cowan
johnwcowan
Online Now Send Email
Jun 21, 2004
4:35 pm
83
sorry for the bad expression in my query...i just reformulate it : i'd like to transform bad html in xml by keeping the initial tags structure and without...
Fabrice Estiévenart
fe@...
Send Email
Jun 22, 2004
7:45 am
84
Hi group, I am trying to parse the following: "<td>this is very <b>important</b> stuff.</td>" into: "this is very important stuff." It seems simple...
gzcao
Offline Send Email
Jun 23, 2004
7:13 pm
85
Forgot there is also the startElement event. Duh....
gzcao
Offline Send Email
Jun 23, 2004
7:35 pm
86
I don't know if this is a tagsoup issue or not, but perhaps someone can steer me the right way.... I've got an application where I am feeding soup into...
chris_bitmead
Offline Send Email
Jun 30, 2004
3:18 pm
87
... If JTidy treats "&nbsp;" and U+00A0 differently, then I have to say it's buggy. These are supposed to be exactly equivalent in HTML files. ... It's hard...
John Cowan
johnwcowan
Online Now Send Email
Jun 30, 2004
3:28 pm
88
When I do an octal dump I get 0302, 0240 (i.e. C2, A0 ). Is that what you write as U+00A0 ? Is that the UTF-8 encoding thereof? It would hardly suprise me if...
Chris B.
chris_bitmead
Offline Send Email
Jul 1, 2004
8:36 am
89
... Yes, exactly. ... The output of the TagSoup main program is always UTF-8; you may need to tell JTidy that. ... I'd write a replacement main() method. -- ...
John Cowan
johnwcowan
Online Now Send Email
Jul 1, 2004
11:33 am
Messages 60 - 89 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