[Bug 73921] Re: ::dom::parse not working since Hoary

2009-02-26 Thread Geir Gulbrandsen
I am a bit curious to what missing information you are referring... The problem could be reproduced by cut'n-pasting my original example. Wouter asked me to try with the latest release, but as Jonathan writes at that point the whole package was removed from the distro (but he confirms it was sti

[Bug 73921] Re: ::dom::parse not working since Hoary

2008-09-22 Thread Geir Gulbrandsen
As tcldom is no longer included, I guess this is no longer a Ubuntu related problem. The scripted tests I was working on is now running on that distro from Redmond, so its no longer an important problem for me. in this light I don't see any reason to pursuing this. Thanks for the building info J

[Bug 73921] Re: ::dom::parse not working since Hoary

2007-04-10 Thread Geir Gulbrandsen
No. tcldom depends on tclxml, so you have to have it installed in the first place. (i.e. "package require dom" fails with "can't find package xml::libxml2" if tclxml is not installed) Thanks for the suggestion though. Just tried the same example it Feisty. New error: preparation for parsing

[Bug 73921] Re: ::dom::parse not working since Hoary

2007-02-19 Thread Geir Gulbrandsen
** Description changed: Binary package hint: tcldom The following small example worked well for me when using Hoary but returns nothing when run under Edgy. First I assign a XML formatted string to a variable: - # set xml " " Then I want to parse it with dom

[Bug 73921] Re: ::dom::parse not working since Hoary

2006-12-06 Thread Geir Gulbrandsen
Do I read $errorInfo correct if I think it seems to indicate that the problem might be related to libxml2 and not tcldom? % puts $errorInfo while executing "::dom::libxml2::parse { }" ("eval" body line 1) invoked from within "eval ::dom::libxml2::parse [list $xml] $args" (pro

[Bug 79400] Re: closed unexpectly beryl

2007-01-18 Thread Geir Gulbrandsen
** Attachment added: "problem report" http://librarian.launchpad.net/5782288/_usr_bin_beryl.1000.crash -- closed unexpectly beryl https://launchpad.net/bugs/79400 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 73921] ::dom::parse not working since Hoary

2006-11-30 Thread Geir Gulbrandsen
Public bug reported: Binary package hint: tcldom The following small example worked well for me when using Hoary but returns nothing when run under Edgy. First I assign a XML formatted string to a variable: # set xml " " Then I want to parse it with dom parse: #::dom::parse $xml In Hoary