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 to share photos of your group with the world? 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 766 - 797 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
766
Any timeline for the release of this?...
shmooved
Offline Send Email
Mar 2, 2004
8:17 pm
767
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Mar 9, 2004
1:17 am
771
hello, how can i install tdom on my hpux system? is there a .depot file? thx...
bigmannxl
Offline Send Email
Mar 9, 2004
12:57 pm
772
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Don Libes
donlibes
Offline Send Email
Apr 12, 2004
10:52 pm
777
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} ...
shmooved
Offline Send Email
Apr 21, 2004
3:21 pm
778
... You can't. CDATA sections are only a special (some would say dubious) way, to write character data. While building the DOM tree, tDOM treats them as text...
rolf@...
Send Email
Apr 21, 2004
4:18 pm
781
CDATA is required since the fields can contain script code and other HTML tags that shouldn't get parsed. As you pointed out, tDOM does the right thing here by...
shmooved
Offline Send Email
Apr 21, 2004
8:01 pm
782
[You replied with three mails with similar text. I may quote parts out of any of that 3 mails] ... This isn't a valid argument, that CDATA is 'required'. If...
rolf@...
Send Email
Apr 22, 2004
1:29 pm
783
No you are absolutely correct on all points. It definitly doesn't make sense to "hack" tDOM to account for poor coding practices... Thanks for the pointers, I...
shmooved
Offline Send Email
Apr 23, 2004
1:03 pm
784
when there is parsing error I wished the errorInfo would be a bit more informative. for example: dom parse <test><a><b><c></c></a></test> error "mismatched...
emet_y
Offline Send Email
Apr 29, 2004
2:36 pm
785
... Well, sure. I agree, that msxml error msg is better. Unfortunately there isn't much we can do here. In case of well-formedness errors like this, the 'core'...
rolf@...
Send Email
Apr 29, 2004
3:26 pm
786
I've nearly no experience with xml. I apologize for and admit that right up front. I've some XML I'd like to process in a Tcl script. I was using another xml...
Larry W. Virden
lvirden
Offline Send Email
May 3, 2004
3:50 pm
787
... You're doing SAX processing, here. It looks like, you've only to change the [package require ...] line: package require tdom and your code probably run, as...
rolf@...
Send Email
May 3, 2004
4:17 pm
788
Hello, The following code outputs something that does not look as an XML tree. Is this a bug or am I doing something wrong? set html { <!DOCTYPE HTML PUBLIC...
Ramon Ribó
ramsan100
Offline Send Email
May 4, 2004
5:07 pm
789
... Looks like you're doing something wrong. An xslt transformation creates an external general parsed entity, that is not necessarily a well-formed XML...
rolf@...
Send Email
May 4, 2004
5:42 pm
790
Rolf, Thanks for the information. It was only necessary to add: <xsl:template match="html"> <xsl:apply-templates select="body"/> </xsl:template> The xslt...
Ramon Ribó
ramsan100
Offline Send Email
May 4, 2004
6:15 pm
791
Hello, When I try the following code, I obtain: set html { <HTML><HEAD></HEAD> <BODY> <H1>HTML Clipboard Format </H1> </BODY> </HTML> } puts [package require...
Ramon Ribó
ramsan100
Offline Send Email
May 5, 2004
4:52 pm
792
... Looks like a bug. Strange. I'll look into this. Thanks for reporting! ... Hmm. There isn't a <layer> tag either in any HTML standard nor in XHTML. It's a...
rolf@...
Send Email
May 5, 2004
5:32 pm
793
... What's that quote? "Be generous in what you accept, but strict in what you produce"? Something like that anyway. I'd vote for adding this stuff in. I...
Neil Madden
youshouldnev...
Offline Send Email
May 5, 2004
5:40 pm
794
... reporting! ... will ... element ... HTML ... Rolf, I agree with adding it. In fact, I would add any strange tag, that the fact of adding it, does not break...
ramsan100
Offline Send Email
May 5, 2004
6:40 pm
795
Hi If you are an expert in C, C++ on Unix, then this might be the opportunity you are looking for. Our client, a world Top 10 brand, has set up their new...
alphaeus_cplus
Offline Send Email
May 11, 2004
6:40 am
796 shmooved
Offline Send Email
May 14, 2004
5:32 pm
797
Hi all, just managed to get tDOM from cvs to compile under MSYS/MinGW. It errors out compiling the stubs table, but this is fixable with the following...
Michael Schlenker
pitacus
Offline Send Email
May 14, 2004
6:42 pm
Messages 766 - 797 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