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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 192 - 221 of 1386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
192
Hi, Is it possible to completely disassociate the xhtml namespace with tagsoup XML output? using p.setFeature(Parser.namespacesFeature, false) is not removing...
Bob Daly
mrbobdaly
Offline Send Email
Jan 12, 2005
8:55 pm
193
... I'm working on this for 1.0rc2. -- The Imperials are decadent, 300 pound John Cowan <jcowan@...> free-range chickens (except they have...
John Cowan
johnwcowan
Online Now Send Email
Jan 12, 2005
9:31 pm
194
hi! i have a problem when parsing html with tagsoup. the parsing itself is no problem, everything is fine except that sometimes tagsoup is inserting tags when...
massomativ
Offline Send Email
Jan 13, 2005
11:15 pm
195
... That's what it is meant to do. ... Basically because bare tbody elements aren't allowed inside form elements. I'm reworking the definition of form elements...
John Cowan
johnwcowan
Online Now Send Email
Jan 14, 2005
12:32 am
196
Hi, I have the html: <button name="buttonName">Button Here</button> without a surrounding "<form>" tag (it is only for appearance -- the work gets done by the...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 17, 2005
8:12 pm
197
circus_peanuts_are_yummy scripsit: (Good Ghu, how can you eat those things?!) ... That is by design. The HTML DTD says that buttons can't appear outside...
John Cowan
johnwcowan
Online Now Send Email
Jan 18, 2005
5:48 pm
198
... Hehe. I used to love them when I was a kid--I don't think I've actually eaten one in 10 years, though (I don't think they can actually be digested :)). ...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 18, 2005
7:29 pm
199
... See http://www.straightdope.com/classics/a5_222b.html -- John Cowan <jcowan@...> http://www.reutershealth.com...
John Cowan
johnwcowan
Online Now Send Email
Jan 18, 2005
7:35 pm
200
How would one go about stripping the scriptlet code out of a JSP? Would it be easy to change the source of tagsoup to parse the "<%" and "%>" tags differently?...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 19, 2005
5:35 pm
201
Hi, Sorry for all the postings lately, but I'm trying to parse Struts/Tiles JSPs, which include various types of tags, like "iterate", "define", "notEqual",...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 20, 2005
6:00 pm
202
... It is indeed simple; the question is whether it is universally desirable. Comments? -- Henry S. Thompson said, / "Syntactic, structural, John...
John Cowan
johnwcowan
Online Now Send Email
Jan 20, 2005
9:37 pm
203
... By default, TagSoup assumes that an unknown tag is empty, because it can have no assurance that a close-tag will follow. This can be changed on the...
John Cowan
johnwcowan
Online Now Send Email
Jan 20, 2005
10:12 pm
204
... desirable. ... What I meant was: Would it be relatively simple for me to change the source to parse this? I'm not very familiar with parsing, scanning,...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 20, 2005
10:51 pm
205
... Parser object. ... Yeah, I was trying to do this, cause I saw on your website that this was a parser feature, but I had no idea how to set it. ... ...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 20, 2005
11:00 pm
206
... Oh, sure. It's just a simple patch to src/definitions/html.stml, which is the XML definition of the state machine that does the scanning. ... +++...
John Cowan
johnwcowan
Online Now Send Email
Jan 21, 2005
1:00 pm
207
Hi again, How would I alter the html.tssl file to make it so that <table>, <tbody>, and <tr> tags are not added to a file that contains only a <td>? I assumed...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 21, 2005
5:32 pm
208
I got it to work by detaching the elements from their parents, inserting them as children of the root ("html") element, and not messing with any of their...
circus_peanuts_are_yu...
circus_peanu...
Offline Send Email
Jan 21, 2005
7:38 pm
209
... Indeed. When I first started thinking about TagSoup, it became clear almost at once that the whole thing would have to be table-driven. There is actually...
John Cowan
johnwcowan
Online Now Send Email
Jan 24, 2005
1:09 am
210
Just wanted to say thanks for this great library. Ever since I found tagsoup and wrote a little toy app with it, I have felt like I have this huge hammer and...
b0b0b0b
Offline Send Email
Jan 27, 2005
6:25 am
211
... You're welcome. ... Very soon now, maybe even today. -- In politics, obedience and support John Cowan <jcowan@...> are the same thing....
John Cowan
johnwcowan
Online Now Send Email
Jan 27, 2005
4:54 pm
212
I'm having difficulty disabling namespaces in the document I'm parsing, using 1.0rc1. I'm using the following code to parse a document and manipulate it with ...
Brian Lalor
blalor-k-yahoo.f6bdbf...
Send Email
Jan 27, 2005
8:08 pm
213
Good morning, all. I've been using TagSoup for some time now for various tasks and absolutely love it. Like someone else said yesterday, it's such a great...
Brian Lalor
blalor-k-yahoo.f6bdbf...
Send Email
Jan 28, 2005
12:20 pm
214
Is it possible to suppress the default attributes for elements that don't already have them set? For example, every <td/> tag now has colspan="1" and...
Brian Lalor
blalor-k-yahoo.f6bdbf...
Send Email
Jan 28, 2005
1:34 pm
215
I have just released TagSoup 1.0rc2. This is not really a "release candidate", but rather a set of bug fixes to TagSoup 1.0rc1. There are still some known...
John Cowan
johnwcowan
Online Now Send Email
Jan 31, 2005
10:24 pm
216
... This is not tuneable at runtime, but you can alter the src/definitions/html.stml file to do so. Just look for lines containing "attribute" elements with ...
John Cowan
johnwcowan
Online Now Send Email
Jan 31, 2005
11:15 pm
217
Hi, I am a new user of TagSoup. Here is the problem to which i am targetting: 1) I need to intercept the response from the Server. 2) Modify the response as...
hitesh_bijlani
Offline Send Email
Feb 24, 2005
12:46 pm
218
Hi, One thing which i noticed is the problem is not because its wrapped around comments its coverting the < to &lt; inside the script tag. Now the problem is...
hitesh_bijlani
Offline Send Email
Feb 24, 2005
1:35 pm
219
... TagSoup has to do that, precisely because the so-called "comment" must be treated by XSLT as text. If TagSoup passed the sequences as <!-- and -->, then ...
John Cowan
johnwcowan
Online Now Send Email
Feb 25, 2005
5:29 am
220
Thanks John!!! I also thought the same and it worked. Hitesh ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
Hitesh Bijlani
hitesh_bijlani
Offline Send Email
Feb 25, 2005
2:29 pm
221
Is there a simple way of getting TagSoup to treat a legal html element as a bogon and eliminate it from the output stream? I'm working with html that uses <dd>...
howardckatz
Offline Send Email
Mar 4, 2005
6:29 pm
Messages 192 - 221 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