This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: speed questions


juggy@gmx.net wrote:

> I have a xml dictionary file with about 95000 entries, 20
> Megabytes in
> size. Due to its nature I need to do searching amongst different
> criterias (languages, substring matching, ...) and I intend
> to use XSL
> for it.
> Now - judging from my latest experiments - I wonder if
> xml/xsl is a good
> choice for implementing such a thing,

<snip/>

You could try an XML database such xindice http://xml.apache.org/xindice ...
this can give you efficient (indexed) xpath queries. Then you can layer your
formatting-XSLT on top of that query layer.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]