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...
I understand that XSLT with tDOM works with roughly the following ... ### XML-FILE => DOM-TREE dom parse [tDOM::xmlReadFile $sourcefilename] sourcedoc ###...
Hi, (comments below) ... Look at the -externalentitycommand option given to the [dom parse] routine. If you do: dom parse -externalentitycommand foo...
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@...
Feb 5, 2004 2:35 pm
752
... Amazing. This spam filters-out good and allows spam messages!? Truly amazing! Zoran...
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!), ...
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...
... Not completely clear, what you're searching. Is it just 'a href="foo.adp?foo=1&bar=2"'? Also, a look a the disable-output-escaping attribute of a few...
rolf@...
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...
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...
... 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@...
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...
... [...] ... 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@...
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...
... This code looks OK to me. ... Please mail the input files off-line to me. Thanks. rolf...
rolf@...
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@...
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...
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...
... 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@...
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@...
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@...
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@...
Mar 9, 2004 1:17 am
771
hello, how can i install tdom on my hpux system? is there a .depot file? thx...
... 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@...
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@...
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@...
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@...
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...
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} ...