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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 726 - 755 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
726
Is it possible to use xml namespaces or namepsace prefixes with elementNodeCmd? It seems much more convenient to build a document using this method than to...
Dave Bauer
daveb5d
Offline Send Email
Jan 2, 2004
7:10 pm
727
Thanks Rolf to this first answer (I am always impressed by the response time) and happy new year to you and also to all tdom users. A few precisions and...
cf @
francois_jun...
Offline Send Email
Jan 2, 2004
8:05 pm
728
... Depends on what exactly you want to do, but the answer is probably yes. In short, appendFromScript is a DOM 1 like method, that means it is namespace...
rolf@...
Send Email
Jan 3, 2004
2:03 pm
729
... Thank you. I used the domDoc commands createElement and appendChild, it didn't take much longer to write, and it works fine. As you said, it would be...
Dave Bauer
daveb5d
Offline Send Email
Jan 3, 2004
2:09 pm
730
... Ah, OK, this makes more sense. Although it doesn't makes me happy, because we really try to reduce bugs in more recent version, but from what you write we...
rolf@...
Send Email
Jan 3, 2004
2:29 pm
731
... Hmmm. But createElement is (as appendFromScript) a 'DOM 1 class' method, that means namespace ignorant. If you have used createElement (and not...
rolf@...
Send Email
Jan 3, 2004
2:38 pm
732
... Oops. I used createElementNS for items that had an explicit namespace in the element. I used createElement for items that had a namespace prefix. So: ...
Dave Bauer
daveb5d
Offline Send Email
Jan 3, 2004
3:19 pm
733
... Errr... This is bad pratice. Mixing of DOM 2 (namespace aware, e.g createElementNS) and DOM 1 (namespace ignorant, e.g createElement) methods. Best...
rolf@...
Send Email
Jan 3, 2004
4:05 pm
734
Tired of your partner sneaking around on the Internet watching low resolution, 15 second, porn clips? Get them a gift that keeps on cumming, literally......
cupidlickedmy3
Offline Send Email
Jan 6, 2004
12:03 am
735
See all the new attachments available for tongue piercings. You will be please when you purchase one of these for your partner to preform oral on you. ...
cupidlickedmy3
Offline Send Email
Jan 8, 2004
2:44 am
736
Hallo, we are 2 programmers from Italy trying to install OpenACS 5.0 platform on Suse9. We have the following error we can't solve: [-main-] Warning: modload:...
pietroborradori
Offline Send Email
Jan 9, 2004
9:41 am
737
... Go to tdom unix directory and do: ../configure --enable-threads --enable-symbols --disable-tdomalloc \ --with-aolserver=/usr/local/aolserver \ ...
Zoran Vasiljevic
vungerk
Offline Send Email
Jan 9, 2004
10:27 am
738
More demonstrations of the position "69" on this site. I have never seen so many wild videos of crazy, wild, loud moaning, toy jamming, tounge lashing, ORAL...
cupidlickedmy3
Offline Send Email
Jan 12, 2004
4:30 am
739
IRC logger is an OpenACS package that I've used on several systems. This time however, running it on AOLserver 4 (CVS HEAD) w/ tdom 0.8.0 I'm running into a...
Bart Teeuwisse
bart_teeuwisse
Online Now Send Email
Jan 23, 2004
1:38 am
740
I stand corrected. The source of this error was in OpenACS code after all. Strange that it the stack trace didn't include the nested procedure calls below the...
Bart Teeuwisse
bart_teeuwisse
Online Now Send Email
Jan 23, 2004
3:39 am
741
I'm trying to compile tDOM 0.7.8 on Debian (kernel 2.6.0-test9-1-386), but it's not going well: bardock:/usr/local/src/tdom/unix# sh CONFIG checking for...
Jose Pablo Escobedo d...
jopez77
Offline Send Email
Jan 27, 2004
8:55 pm
742
I'm trying to compile tDOM 0.7.8 on Debian (kernel 2.6.0-test9-1-386), but it's not going well: bardock:/usr/local/src/tdom/unix# make gcc -pipe...
jopez77
Offline Send Email
Jan 27, 2004
9:06 pm
743
... You don't tell us the hole story. You've modified CONFIG - please show us, what ../configure call you use. Looks like you want to build for use with...
rolf@...
Send Email
Jan 27, 2004
10:15 pm
744
yes, I'm want to bild it for use with AOLServer (I'm trying to instal OpenACS), this is the ../configure I used: aolsrc="/usr/local/src/aolserver/aolserver" ...
Jose Pablo Escobedo d...
jopez77
Offline Send Email
Jan 28, 2004
4:28 am
745
If you dont believe me check out this list of features! over 1.7 Million members 1000's of Long, high quality Movies 50 streaming television channels of porn ...
cupidlickedmy3
Offline Send Email
Jan 28, 2004
6:02 am
746
... Hmmm. Please see the discussion and tips at http://openacs.org/forums/message-view?message_id=153552 Does this help? rolf...
rolf@...
Send Email
Jan 28, 2004
10:30 am
747
no :( it didn't work.thanks anyway. I tried uninstalling it and deleting it, and not only tDom but also aolserver and even tcl, but it keeps giving me the same...
Jose Pablo Escobedo d...
jopez77
Offline Send Email
Jan 29, 2004
1:18 am
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
Messages 726 - 755 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