Hacker News new | ask | show | jobs
Ask HN: Do you use XML with XSD and/or XSLT, if so for what purpose?
1 points by floppydisc 1001 days ago
Building a floorplan format which should be convertible to a visual SVG and back. Wondering if defining my own schema to represent the layout of a venue is a good idea or not or if I should simply embed everything into an SVG to maintain flexibility with minimal work.

Are you using XML with XSD and XSLT and for which purpose?