From: Larry W. V. <lv...@ca...> - 2003-04-04 19:45:30
|
Okay, when I take a look at what RELNOTES says is tclxml 2.6, I am seeing this in library/pkgIndex.tcl: # Requesting the generic package leaves the choice of default parser automatic package ifneeded xml 2.5 { if {[catch {package require xml::c 2.5}]} { package require xml::tcl 2.5 package require xmldefs # Only choice is tclparser package require xml::tclparser 2.5 } else { package require xmldefs package require xml::tclparser 2.5 catch {package require xml::expat 2.5} } package provide xml 2.5 } When I do a package require xml I get 2.5 back. So, is TclXML 2.6 _supposed_ to have package xml as 2.5 ? Because there is code in TclDOM 2.6 that does a package require xml 2.6 ... -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |