dart-xml
dart-xml copied to clipboard
Render a xml with xslt
Is there a chance to render an xml file with xslt?
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.
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?
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.