Hello to everyone . Interested in enchancing your programming and designing skills ? Looking to bid on projects ? Finding it tough at websites which are...
... That feature (to create an empty document, without document element) was added to 0.8.0, see [dom createDocumentNode]. Though I need this also for other...
rolf@...
Dec 15, 2004 11:51 am
1008
I'm building a transformation that takes an XML file through a succession of XSLT transforms. The output is fine after the first transformation, but bogus...
... Good catch. I've commited a fix to CVS. I obviously missed this one, as I did a (as I thought) rigorous review of the integrity of the result docs of an...
rolf@...
Dec 21, 2004 2:24 am
1010
All, First, to those who are also members of the AOLserver mailing list, my apologies for the double post. We are running tDOM version 0.8.0 (just upgraded!)...
... This cannot work, at least with stock tDOM. This is not tDOM syntax. ... This isn't a tDOM error msg. It looks to me, you try to use tDOM with some kind of...
rolf@...
Jan 8, 2005 3:29 pm
1012
... However, if for some reason you can't change it, there is a workaroumd: interp alias {} dom::DOMImplementation {} dom This creates an alias so when you...
Hey folks, I just ran into this rather odd behavior: % set myfile [open /tmp/foo w] file3 % fcntl $myfile NOBUF 1 % package require tdom 0.8.0 % fcntl $myfile...
... What is "fcntl" ? ... As I see you have a memory corruption in your code. It barks on tdom allright, but it can bark on any other place. This is pure...
... It's one of the Tclx commands ( http://wiki.tcl.tk/2000), in this case attempting to set a file handle to non-buffered I/O. ... I was guessing it could be...
... I'm sure you're going to get many replies asking this, but in the hopes of being first: have you considered using: fconfigure $chan -buffering off ...
... PANIC. If your Tcl lib is compiled with threads and you load TclX which is non-mt-safe, all sorts of ugly things start to fly in your face. Dossy is right....
... In the core system I can control this will be definitely the way to go... unfortunately the core system is then used by tens of thousands of other software...
Hello all, Jeff Hobbs was just discussing this issue on the chat. He's not on the tdom list, so I thought I'd post a message. It seems that tdom and TclX both...
... Fortunately "we control the vertical, we control the horizontal, do not attempt to adjust your set.." applies in this case. End users will be running with...
[Seems, my provider(!) lost some mails send by me. The following re-sended mail is 1 1/2 days old. Apologize, if it comes thru 2 times.] ... Either use current...
rolf@...
Jan 20, 2005 10:20 am
1026
Hi, Can someone please suggest me a tdom tutorial that explains more about XML document creation and parsing using tDOM. Thanks, Jeya ...
... Does http://mini.net/tcl/8984 help a bit? That page has some links on the bottom to more usage examples. If this does not help, ask more specific. rolf...
rolf@...
Jan 27, 2005 9:53 pm
1028
Hi, I have a simple question, and a search of the mailing list archive didn't provide any results. I'm wondering if anyone has created any RPMs of tDOM? I'm...
... At least debian has a tDOM rpm. Search www.debian.org for tDOM. rolf...
rolf@...
Jan 31, 2005 2:15 am
1030
Hello Group, Beeing new to tDom this might seems like a trivial question. Anyhow I have the following XML <?xml version="1.0" encoding="UTF-8"?> <Invoice...
... I assume, you're using XPath (that is the selectNodes method), to access the elements, right? It's a basic principle of XPath that you have to use full...
rolf@...
Feb 1, 2005 1:33 pm
1032
Hello, I successfully build the actual cvs-code for tdom on Linux and OSF-1. However my build using mingw and gcc failed during compiling tdomStubInit.o. I use...
... Don't take this for granted, but IIRC, the mingw ain't gonna work. Try msys. This should do. ... -- With kind regards, Mit besten Gruessen, Meilleures...
... Unfortunately, it will currently not build with msys/mingw. It build for me either with msys/configure/VC 6.0++ or nmake/makefile.vc - I've tested both. ...