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
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
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
** 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
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
** 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
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