Search the web
Sign In
New User? Sign Up
tdom · tDOM - fast DOM / XPath for Tcl in C
? 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 748 - 777 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
748
is there a man that thinks women should be whacked in the face by a thick cock before being force fed down her throat. gosh, i wish there was a man with a cock...
blackandwhitefuk14
blackandwhit...
Offline Send Email
Feb 3, 2004
5:02 am
749
I understand that XSLT with tDOM works with roughly the following ... ### XML-FILE => DOM-TREE dom parse [tDOM::xmlReadFile $sourcefilename] sourcedoc ###...
cf @
francois_jun...
Offline Send Email
Feb 5, 2004
11:27 am
750
Hi, (comments below) ... Look at the -externalentitycommand option given to the [dom parse] routine. If you do: dom parse -externalentitycommand foo...
Neil Madden
youshouldnev...
Offline Send Email
Feb 5, 2004
12:38 pm
751
Neil already has given the most important information. I only add some bits. ... Probably the most important tip (because a code example often helps a lot):...
rolf@...
Send Email
Feb 5, 2004
2:35 pm
752
... Amazing. This spam filters-out good and allows spam messages!? Truly amazing! Zoran...
Zoran Vasiljevic
vungerk
Offline Send Email
Feb 5, 2004
2:45 pm
753
Thanks both of you. This time it is working (dont know what was wrong last time - was about 6 months ago - but I have now put all the advised parameters!), ...
cf @
francois_jun...
Offline Send Email
Feb 6, 2004
3:35 pm
754
Hi, How do you escape the ampersand in arguments? Example: 'a href="foo.adp?foo=1&bar=2"' Putting this XHTML into an XML document to be processed by an XSLT...
Bas Scheffers
basscheffers
Offline Send Email
Feb 11, 2004
2:38 pm
755
... Not completely clear, what you're searching. Is it just 'a href="foo.adp?foo=1&amp;bar=2"'? Also, a look a the disable-output-escaping attribute of a few...
rolf@...
Send Email
Feb 11, 2004
3:00 pm
756
"&" will work in all modern browsers and functions just like the unquoted "&". It's actually invalid in XHTML NOT to quote your ampersands in links (or any...
Kevin Lawver
kplawver
Offline Send Email
Feb 11, 2004
4:20 pm
757
I've had pretty good luck with tDOM so far, but can't find an explanation of the following scenario in the doc, or in the archives here. I am getting a...
jkaftos
Offline Send Email
Feb 14, 2004
12:35 am
758
... Since you are getting a seg fault, I'm highly interested, to get a (small, if possible) complete script at hand, which demonstrates this. Prose is good and...
rolf@...
Send Email
Feb 14, 2004
3:24 am
759
Thank you for your reponse, Rolf. ... I know, I know...the script is trivial (as below but without the "clone" call), but the test files themselves were...
J. Kaftos
jkaftos
Offline Send Email
Feb 16, 2004
6:54 pm
760
... [...] ... I used the 'clone' method in my example, because you asked for copying. But if you need the other docs only to copy them over you surely could...
rolf@...
Send Email
Feb 17, 2004
10:58 am
761
Here's what I'm running, differing from what you've written only in the parse command and the order in which the doc are deleted and, of course, in the input...
J. Kaftos
jkaftos
Offline Send Email
Feb 20, 2004
12:18 am
762
... This code looks OK to me. ... Please mail the input files off-line to me. Thanks. rolf...
rolf@...
Send Email
Feb 20, 2004
1:44 am
763
... J. Kaftos mailed me his input files off-line (thanks a lot!). His code and input files triggers a bug in 0.7.8 (and previous versions). tDOM CVS HEAD...
rolf@...
Send Email
Feb 20, 2004
7:53 pm
764
I'm getting a core dump if I don't call $doc destroy on my tdom document (after grabbing the documentElement). package require tdom proc one {} { dom parse...
tired
tircnf
Offline Send Email
Feb 23, 2004
7:54 pm
765
This is a known problem. The core of the problem is the automatic node command cleanup of [$doc documentElement varName] if the scope of variable varName is...
rolf@...
Send Email
Feb 23, 2004
9:01 pm
766
Any timeline for the release of this?...
shmooved
Offline Send Email
Mar 2, 2004
8:17 pm
767
... Best I can say: It will happen, very probably (given that I not got hit by the bus). Treat me as the problem. I'm still recover from getting touched by the...
rolf@...
Send Email
Mar 3, 2004
12:53 am
768
Hello, I'm trying to include an xslt template from within another (included) xslt template, but can't seem to get it to work. ... The inclusion (from within...
Ross Simpson
mqsimpson@...
Send Email
Mar 5, 2004
7:17 pm
769
... This is according to the xslt recommendation: Every node has an understanding of its base uri. Yes, it is correct, to use the base uri of the context node...
rolf@...
Send Email
Mar 6, 2004
8:06 pm
770
... Yes, it helps very much. Simply switching to the tDOM:: helper functions fixed the problem. I inherited the externalEntityRefHandler code and didn't really...
Ross Simpson
mqsimpson@...
Send Email
Mar 9, 2004
1:17 am
771
hello, how can i install tdom on my hpux system? is there a .depot file? thx...
bigmannxl
Offline Send Email
Mar 9, 2004
12:57 pm
772
... Get the source distribution from tdom.org and compile it? At least with gcc this should work (I know about HP tDOM users). ... No. rolf...
rolf@...
Send Email
Mar 9, 2004
1:09 pm
773
... Another option may be ActiveState ActiveTcl binary distribution. The have a HP-UX PA-RISC version, which includes includes the tDOM core (though not some...
rolf@...
Send Email
Mar 9, 2004
1:15 pm
774
Considering the help I got regarding my last question about xslt, I have another :) I have an application that includes a large number of xslt files. Not ...
Ross Simpson
mqsimpson@...
Send Email
Mar 10, 2004
4:48 pm
775
... Yep, you can't conditionally include templates with xslt 1.0. ... Is that too time consuming or what exactly is your problem? There are sure ways. To...
rolf@...
Send Email
Mar 10, 2004
5:55 pm
776
I just compiled tdom 0.7.8 on Solaris 9 successfully. I figured I'd mention it here because I searched through the postings and only read failure reports...
Don Libes
donlibes
Offline Send Email
Apr 12, 2004
10:52 pm
777
How can I preserve the CDATA sections? The seem to be getting "lost" between the parse and output. set xml "\ {?xml version="1.0"?} {publication} {article} ...
shmooved
Offline Send Email
Apr 21, 2004
3:21 pm
Messages 748 - 777 of 1978   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