converting csv to xml with an xsd

前端 未结 5 1606
鱼传尺愫
鱼传尺愫 2020-12-18 07:45

I am trying to find a reusable way of taking a CSV file and generating an XML file from it that conforms to a specified XSD. I haven\'t really found a reusable approach for

5条回答
  •  旧巷少年郎
    2020-12-18 08:11

    If your XSLT engine is compliant with XSLT version 2, then the best solution is here:

    • http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html

提交回复
热议问题