** 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 "<?xml version=\"1.0\" standalone=\"yes\"
+ # set xml "<?xml version=\"1.0\" standalone=\"yes\"?>
  <res s=\"97925911\">
  <op id=\"0\" >
  <avl>
  <ai i=\"1\" v=\"1\" />
  </avl>
  </op>
  </res>"
  
  Then I want to parse it with dom parse:
  #::dom::parse $xml
  
  In Hoary I get the expected "doc0" response, which I can continue to work
  with.
  In Edgy (and Breezy) I only get a blank line, and no errors.

-- 
::dom::parse not working since Hoary
https://launchpad.net/bugs/73921

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to