renggli / dart-xml

Lightweight library for parsing, traversing, and transforming XML in Dart.
http://pub.dartlang.org/packages/xml
MIT License
223 stars 52 forks source link

How can I transform XML with XSL? #165

Closed salman731 closed 1 year ago

salman731 commented 1 year ago

I want to know that how I can transform xml using xsl in xml package.

renggli commented 1 year ago

There is no built in support for XSL, but this is definitely something that could be built on top of this library. I do not have the expertise or interest to do this though (see https://github.com/renggli/dart-xml/issues/91).

salman731 commented 1 year ago

Have you another way to accomplish this task?

renggli commented 1 year ago

Using Dart code, by querying, updating and re-building the DOM.