Re: XSLT versus AWK
Kit <[email protected]>
| Newsgroups | gmane.text.xml.devel |
|---|---|
| Message-ID | <CAAVKVq8nsXcdeE4J-4SXBOW0fJpY-trrT6QO0tDVkhnMmQjd4w@mail.gmail.com> |
Try this CSV (comma separated): ID, name, "bill date" 1, Tom & Jerry, 2022-07-31 2, Jerry < Tom, "2022-07-31" 3, Tom > Jerry, "2022-07-31 17:44" CSV is a much more complex format than how you process it. Each of the listed lines is valid in CSV, but produces an error in XML. I recommend throwing out the RS = "\r\n". -- Kit _______________________________________________________________________ XML-DEV is a publicly archived, unmoderated list hosted by OASIS to support XML implementation and development. To minimize spam in the archives, you must subscribe before posting. [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/ Or unsubscribe: [email protected] subscribe: [email protected] List archive: http://lists.xml.org/archives/xml-dev/ List Guidelines: http://www.oasis-open.org/maillists/guidelines.php