Remix.run Logo
kuschku 5 hours ago

I have arduinos with sensors providing their measurements as XML, with an external XSLT stylesheet to make them user-friendly. The arduinos have 2KB RAM and 16 MIPS.

Which build process are you talking about? Which XSLT library would you recommend for running on microcontrollers?

matthews3 4 hours ago | parent [-]

> Which build process are you talking about?

The one in the comment I replied to.

kuschku 4 hours ago | parent [-]

Fair, but that shows the issue at hand, doesn't it? XSLT is a general solution, while most alternatives are relatively specific solutions.

(Though I've written repeatedly about my preferred alternative to XSLT)

righthand an hour ago | parent [-]

> (Though I've written repeatedly about my preferred alternative to XSLT)

Link to example?