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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1189 - 1218 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1189
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) ... ...
Gang Wang
wang93117
Offline Send Email
Nov 1, 2005
4:36 pm
1190
CONTENTS: ** EVENTS ** EUROPE ** ** BOOKS ** ** EVENTS ** USA ** ** CALL FOR SPEAKERS ** EUROPE ** CALL FOR SPEAKERS ** USA ** HUMOUR ** ** OTHER INFORMATION -...
newswire_4_developers
newswire_4_d...
Offline Send Email
Nov 1, 2005
5:01 pm
1191
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. ...
Kathy s
kathy_tn102
Offline Send Email
Nov 8, 2005
3:24 pm
1192
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...
wklink
Offline Send Email
Nov 16, 2005
5:48 pm
1193
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@...
Send Email
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...
ramsan100
Offline Send Email
Nov 30, 2005
5:28 pm
1195
... No. That's a bug. Thanks for reporting. I'll fix it. rolf...
rolf@...
Send Email
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@...
Send Email
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...
ramsan100
Offline Send Email
Dec 3, 2005
2:23 pm
1198
... 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@...
Send Email
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...
ramsan100
Offline Send Email
Dec 3, 2005
5:34 pm
1200
... 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@...
Send Email
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...
ramsan100
Offline Send Email
Dec 3, 2005
7:17 pm
1202
... 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@...
Send Email
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? ...
ramsan100
Offline Send Email
Dec 4, 2005
8:17 pm
1204
... 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@...
Send Email
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...
ramsan100
Offline Send Email
Dec 5, 2005
12:58 am
1206
Hi, I just try to transform the attached XML document with: <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" ...
Vico Klump
java_uml
Offline Send Email
Dec 6, 2005
10:38 am
1207
... The tDOM and Xalan-J output are clearly wrong. Thanks for reporting that tDOM bug, I'll fix it. rolf...
rolf@...
Send Email
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@...
Send Email
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...
Gang Wang
wang93117
Offline Send Email
Dec 20, 2005
6:23 pm
1210
... 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@...
Send Email
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" ...
nileshsahu_22
Offline Send Email
Dec 28, 2005
11:47 am
1212
... 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@...
Send Email
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 ...
sheeba s
i5_wb
Offline Send Email
Dec 30, 2005
8:06 am
1214
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...
sheila miguez
skherndon
Offline Send Email
Jan 5, 2006
5:26 pm
1215
... 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...
Dossy Shiobara
dossy
Online Now Send Email
Jan 5, 2006
6:06 pm
1216
... 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@...
Send Email
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> ...
wklink
Offline Send Email
Jan 6, 2006
3:29 am
1218
... Unfortunately, number formatting is the worst specified area within the XSLT 1.0 recommendation. How format-number() should work, isn't specified in detail...
rolf@...
Send Email
Jan 6, 2006
2:21 pm
Messages 1189 - 1218 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