Re: Hex dump (e.g. S-Record) from XML via XSLT?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ingolf Steinbach

    Re: Hex dump (e.g. S-Record) from XML via XSLT?

    Thanks to all who have contributed to my search. The "data binding"
    hint lead to some interesting tools, but they all seem to be oriented
    towards de-serializing into C++/Java/whatever structures.
    Nevertheless, I believe that I'll find some progress there.

    Currently my approach looks like encoding the structure in XSD and
    writing a parser+validato r+converter in C++ -- probably using some XML
    library for parsing and validating.

    Kind regards
    Ingolf
Working...