Thanks for the clear response, Rolf. Really appreciate your excellent work on tDom. -- Gang Wang ... (http://www.w3.org/TR/2004/REC-xml-20040204/#NT-Name) ... ...
CONTENTS: ** EVENTS ** EUROPE ** ** BOOKS ** ** EVENTS ** USA ** ** CALL FOR SPEAKERS ** EUROPE ** CALL FOR SPEAKERS ** USA ** HUMOUR ** ** OTHER INFORMATION -...
Hello! Do check the website of the week by visiting http://newwebsitepick.info . The website also says how you can nomiate your website if you have one. ...
I meant to post about this a while ago... I gave a presentation at the most recent Tcl/Tk conference on my XML Editor (FanXE). It uses tdom as the XML...
I know I used to hate people who would feel they had to rub in that I didnt have apartner, and you know i honestly dnt want to do that now, but what I do want...
ziggy.millam7036@...
Nov 28, 2005 9:39 am
1194
Hello, In the following code: dom parse {<a/>} doc domDoc009D2900 set root [$doc documentElement] domNode010924DC dom parse {<b...
... No. That's a bug. Thanks for reporting. I'll fix it. rolf...
rolf@...
Nov 30, 2005 5:57 pm
1196
... I've now fixed this in the tDOM cvs. The bug was in the cloneNode method. rolf...
rolf@...
Dec 3, 2005 1:15 pm
1197
... org/ ... Thanks for the fix. I've substituted the cloneNode by a direct copy: $root appendChild $root2 $doc2 delete Can it have any problem? Regards, Ramon...
... That's a move, not a copy. The node to append will be unlinked from his old document and inserted in the other one. The DOM recommendation doesn't allow...
rolf@...
Dec 3, 2005 5:28 pm
1199
... is ... to ... Hello, If this is not a legal DOM operation, it has the risk of not being maintained in the future, hasn't it? Is there a simple alternative...
... At least, it is supported since (minium) 6 years. As I wrote, there is additional code in the sources to ensure, that it works in a reasonable way. Before...
rolf@...
Dec 3, 2005 6:49 pm
1201
... that ... DTDs are basically ugly (esthetically speaking). I think that it is better to use XML for this. Also, DTDs are quite limited for specifying many...
... I'm sorry, but I disagree a bit. DTDs are limited, that is well-known and I surely didn't dispute this. There is even crude and crusty stuff within the DTD...
rolf@...
Dec 4, 2005 7:36 pm
1203
... known ... stuff ... hour ... they ... new, ... old ... didn't ... Hey, I thought that you liked XML. Why, if not, would you develop an XML parser/library? ...
... Well. I've done a lot of work in this area, within the last 7 or 8 years. There are a few good reasons, to use XML (only a few, you may ask - yes, and they...
rolf@...
Dec 4, 2005 9:22 pm
1205
... new, ... are ... old ... didn't ... develop ... to ... in ... what ... another. ... of ... have ... language, ... Hello, As I am also an open source...
... The tDOM and Xalan-J output are clearly wrong. Thanks for reporting that tDOM bug, I'll fix it. rolf...
rolf@...
Dec 6, 2005 11:23 pm
1208
... It's fixed now in tDOM cvs. The bug was in xsl copy-of specific code (and was triggered only in special cases), nothing else was affected. rolf...
rolf@...
Dec 10, 2005 9:48 pm
1209
Hi, Rolf: I am not sure if this has been discussed/fixed before. Recently, I was working on some project that requires using external DTD reference. I am using...
... If you want to use the simple helper procs for external entities out of tdoms script library, I'd do it (simplified, no error checking and given a somewhat...
rolf@...
Dec 20, 2005 11:32 pm
1211
Hi All, I'm trying to parse following xml using tdom: <config xmlns="http://www.cisco.com/cids/idconf" typedefsVersion="2005-09-12" ...
... If you use a somewhat recent tdom(*) just do (I stripped your example doc down, for brevity): package require tdom 0.8.1 set xml {<config...
rolf@...
Dec 28, 2005 5:45 pm
1213
Hello Friends, One of our client is looking for the following professionals on permanent roles for bangalore based positions, If find interested kindly send ...
I'm confused by the results from selectNodes when I pass it XPaths for nodes inside of a SOAP envelope document. I can't get any hits for nodes that exist in...
... I'm not sure where the "problem" lies (tDOM's XPath implementation, or the XPath specification, or what) but I ran into this problem a while ago. Here's a...
... Oh well. I guess, I've explained this at least 5 times (if not much more often) on this mailing list. <no_offence_just_general_rambling> If you don't know...
rolf@...
Jan 5, 2006 6:57 pm
1217
There apears to be a rounding bug in tdom (0.8.1/Linux). The following document and stylesheet can demonstrate the problem: Using this document: <Sample> ...
... Unfortunately, number formatting is the worst specified area within the XSLT 1.0 recommendation. How format-number() should work, isn't specified in detail...