Petr Pajas wrote:
> Hallo everybody,
> I'd like to inform you that I have just released new
versions of XML::LibXML
> and XML::LibXSLT.
Yay Petr!
This prompts me to ask a couple of questions that
are more perl module management than LibXML specific.
Please forgive me if they're totally offtopic.
I have a package that depends on XML::LibXML,
and would like to have as portable as possible.
Alas, fedora hasn't kept as uptodate as I'd like
(fedora 6 has 1.58, and fedora 7 has 1.62).
Other than badgering them to update, I'd like to
figure out how to conditionalize my code.
There are really only 2 changes that give me problems:
* 1.63 "$doc->toString always returns octets"
I _think_ I can come up with a workaround here
though if anybody has a tested snippet, I'd
welcome it.
* 1.61 "XML::LibXML::XPathContext" merged in.
Here, the code is unchanged, but the Makefile.PL
needs to somehow include XPathContext in PREREQ_PM
_only_ if XML::LibXML < 1.61
I'm sure that is possible, but MakeMaker is weird.
If anybody has worked around these, or has suggestions,
I'd very much appreciate it.
Apologies, again, for the off-topic-ness.
Thanks;
--
bruce.miller nist.gov
http://math.nist.gov/~
BMiller/
_______________________________________________
Perl-XML mailing list
Perl-XML listserv.ActiveState.com
To unsubscribe: http:/
/listserv.ActiveState.com/mailman/mysubs
|