Live data from Hacker News

Ask HN: Do you use XML with XSD and/or XSLT, if so for what purpose?

news.ycombinator.com

1–2 of 2 posts

Ask HN: Do you use XML with XSD and/or XSLT, if so for what purpose?

#1
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?