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...
rolf@...
Jan 6, 2006 2:21 pm
1219
... They provide the stylesheets on their "current data" pages. ...
... This is fixed in cvs head. Thanks for reporting the bug. rolf...
rolf@...
Jan 8, 2006 12:31 am
1221
... As far as I see, that is one example of the number formating problems with XSLT 1.0 I already wrote about. I wonder, what XSLT processor they have used, to...
rolf@...
Jan 8, 2006 9:26 pm
1222
Hello, Does tdom compile for Wince? Is there any plan to prepare a DLL for Wince? In case anybody has compiled it, would it be possible to share? Best regards,...
Thought i would share something with ya'll. Great fun and it does actually work. Met my girl on here, http://www.meetthemnowhere.info/jwpw and so far it's been...
belle-gobble532@...
Jan 20, 2006 3:00 pm
1224
Just thought I should pass on my knowledge to all you guys (and gals) on here. I know just like heaps of other men I am pretty shy when it comes to going up to...
belle-gobble532@...
Jan 21, 2006 11:30 am
1225
Well I just got engaged! I can't believe it, just last year I was beginning to think i would never meet anyone. I'm 25 already and I thought it was all...
belle-gobble532@...
Jan 22, 2006 1:54 pm
1226
Well even if you're not looking for love, and just a bit of fun thought I'd give you all this tip. So you can stay away from all the BS fake profiles places....
belle-gobble532@...
Jan 23, 2006 1:56 pm
1227
Ok, I'm doing something wrong, but I don't know what. I'm retrieving an RDF document with the http package and applying [dom parse] to it, but some chars are...
Thought i would share something with ya'll. Great fun and it does actually work. Met my girl on here, http://www.dontwaitjoinnow.info/fram and so far...
belle-gobble532@...
Jan 24, 2006 2:12 pm
1229
... Sounds like that just stripping (revoming) the XML declaration (the <?xml version="1.0" encoding="ISO-8859-1"?>) - without any other change - before...
rolf@...
Jan 24, 2006 2:34 pm
1230
Hi, David! Been a while... :-) ... It appears as though the XML parser is being handed a doubly utf-8 ... Actually, according to the http package's...
... Does [dom parse] actually read the xml declaration for encodings? I thought it didn't (whoop) and we had to do it manually with [tDOM::xmlOpenFile] or...
... I always hate referring to Tcl's internal rep as utf-8. "pure" might be a better name. ... Yes, because that array is defaulted and shouldn't be believed....
Hi all, i use tdom on MS Windows (the 0.8.1 version included with ActiveTcl's 8.4.12 release, Windows XP) to parse some files and see some strange behaviour. ...
... Yup! ... Having to know that Tcl uses utf-8 as it's internal string rep and take that into account when calling [dom parse] seems like a bug to me.. A ...
... Did you know if always read files in iso8859-1 that it won't mangle the bits at all? Then [dom parse] can manage the header itself, without any loss....
... Let's test this theory I have.. (Desktop) 149 % set xml " ... verstärkt der Energiekonzern EnBW den Druck. Das Unternehmen will einen Antrag stellen, um...
As usual, you're riding fast, David. I'll skip the other mails and try to answer your questions here. ... Expected, not awesome. ... Yes. That is one key...
rolf@...
Jan 25, 2006 1:01 am
1241
... (Snit. Nice.) If it's a tdom problem, that small snippet from above should make it repeatable, shoudn't it? Otherwise, it is something in the code, you...
rolf@...
Jan 25, 2006 1:10 am
1242
... You're a C programmer, it shows. ;-) Think in characters, not in bytes. Tcl and XML both use unicode (leaving out nasty, more outlying details). ...
rolf@...
Jan 25, 2006 1:30 am
1243
... But that is the character! <bangondesk/> Why are you not externalizing it? ... Why do I have to know the internal rep? You really should be doing a ...