[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: binary->XML translation
- From: John <john1863@gmail.com>
- Date: Mon, 5 Jun 2006 18:54:52 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=knWnAPrnQMKy2BqB9KMI2Yhtm+z6IORJgJfqZPqKjHqFxhnlz+OhpzKPOOnKCytuX8vJ1Fjof6B8p9wpQ+8edt7z87wVvD3wHhB94vzG9rI++dmyWpDZeiXHuYgZdic+2vEpvSrysFVx3lZE8UbUvRf9gbHjY2BReEf8N+8o5gI=
I am a newbie to XML, but have been coding for several years so just kind
of need a pointer of where to get started.
I have a binary data file (eventually several data files) and an XML
schema describing
the data. I would like to parse the binary data and translate it into XML (and
eventually back to binary) using the schema. I could just do all this with a
hand coded parser, but since the schema is likely to change over time I it
would be much better for ease and maintainability to use the schema to
generate a parser - assuming that there is a way to do this.
Any pointers in the right starting direction or tools would be greatly
appreciated.
john gay.
Denver, CO USA
|