Print

Print


On Tue, Sep 24, 2013 at 10:05:15AM +0100, dasos ili wrote:
> What i am trying to achieve is to make a model out of this XML, a
> simpler one, since i am facing problems how to index make a query and
> retrieve results to such a complex syntax  

I really don't understand what you want to achieve but my advice
(especially if you use perl, as it is one of the strength of the
langage) is to rely on the libs.

* Mongo client to store and retrieve xslt stored as a simple xml content 
* libXSLT if you want to process XLST

also; if you want to avoid complexity, avoid XML in general and XLST in
particular: perl is much more powerfull to describe complex data
structure transformations.

regards


-- 
Marc Chantreux
Université de Strasbourg, Direction Informatique
14 Rue René Descartes,
67084  STRASBOURG CEDEX
☎: 03.68.85.57.40
http://unistra.fr
"Don't believe everything you read on the Internet"
    -- Abraham Lincoln