Validate XML against XSD with JavaScript on client side

后端 未结 1 1375
萌比男神i
萌比男神i 2021-01-18 13:04

I am required to show a user an XMLfile in a friendly way as a result I am creating a tree like structure such as: http://thecodeplayer.com/walkthrough/css3-family-tree inst

相关标签:
1条回答
  • 2021-01-18 13:25

    See the xml.js package, which exports an xmllint object ported via Emscripten from libxml2.

    0 讨论(0)
提交回复
热议问题