dart-xml icon indicating copy to clipboard operation
dart-xml copied to clipboard

Render a xml with xslt

Open giacomomasseron opened this issue 3 years ago • 3 comments

Is there a chance to render an xml file with xslt?

giacomomasseron avatar Sep 28 '20 15:09 giacomomasseron

Sure, but I neither have a use-case for it nor the expertise. This could be an extension library, happy to provide support with this infrastructure present in this package.

renggli avatar Sep 28 '20 15:09 renggli

Hi Lukas! I have many xslt use-cases and apply experience for SSR template engine (sites frontend). I migrate from php to dart but xslt for dart is not exists now :( I try using cli xsltproc, but this is stupid. IMHO, ffi for libxslt may stand is a great response. But I don't have experience with ffi. May be You known like decision for libxslt or example for ffi with libxml?

kiriruru avatar Sep 16 '21 09:09 kiriruru

Creating FFI bindings for libxslt sounds like a great idea, but this seems orthogonal to the goals of this package and should be done separately. libxslt has its own XML parser and infrastructure.

renggli avatar Sep 16 '21 14:09 renggli