From: Andreas K. <and...@Ac...> - 2003-04-04 19:56:17
|
> -----Original Message----- > From: tcl...@li... > [mailto:tcl...@li...]On Behalf Of Larry W. > Virden > Sent: Friday, April 04, 2003 11:45 AM > To: tcl...@li... > Subject: [Tclxml-users] tclxml question > > > Okay, when I take a look at what RELNOTES says is tclxml 2.6, I am seeing > this in library/pkgIndex.tcl: This file is generated from tclxml/librar/pkgIndex.tcl.in and when I do it here I get the correct version number, 2.6. Do you have an older config.cache lying around ? Also, have the generated shared libraries a 2.6 or 2.5 suffix ? > # 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 ... -- Andreas Kupries <and...@Ac...> Developer @ http://www.ActiveState.com Join the community at the 10th Tcl conference http://wiki.tcl.tk/6274 |