Qt-interest Archive, May 2008
xslt support in Qt
Message 1 in thread
Hi, i'm intrested in calling xslt code fregments from Qt, as far as I know
thier is no way off doing that except calling an external library functions.
Is thier any plans off adding xslt support to Qt or should I be doing some
coding myself?
--
[ signature omitted ]
Message 2 in thread
On Thursday 15 May 2008 10:04:40 Asaf Shahar wrote:
Hi Asaf,
> Hi, i'm intrested in calling xslt code fregments from Qt, as far as I know
> thier is no way off doing that except calling an external library
> functions. Is thier any plans off adding xslt support to Qt or should I be
> doing some coding myself?
We're working on XSL-T at this very moment and the goal is to have XSL-T 2.0
support at somepoint. When that happens is currently not known, and it may
very well happen gradually.
Until it's there, XQuery might do the work for you. Check out the new module
QtXmlPatterns in Qt 4.4:
http://doc.trolltech.com/4.4/qtxmlpatterns.html
Cheers,
Frans
--
[ signature omitted ]