veracon wrote:
> I'm looking to use XML and XSLT for templates in a system I'm writing,
> however I'm not really sure which parser is the "best". Basically,
> which library has the most features, and which is the most supported?
lxml arguably has the most features by now, as it is based on libxml2
veracon wrote:
>
> I'm looking to use XML and XSLT for templates in a system I'm writing,
> however I'm not really sure which parser is the "best". Basically,
> which library has the most features, and which is the most supported?
I use (my own) libxml2dom [1] and XSLTools [2] to respectively pars
Hello,
I'm looking to use XML and XSLT for templates in a system I'm writing,
however I'm not really sure which parser is the "best". Basically,
which library has the most features, and which is the most supported?
A guide I saw mentioned importing xml.xslt, however it appears the xml
module/pack