Code Synthesis is a systems software development company with a focus on automated object persistence, domain-specific languages (DSL) and their mappings, compiler design, code generation, and source-to-source translation.
Questions tagged [codesynthesis]
46 questions
1
vote
1 answer
Parsing/validating xml not including information about xsd using codesynthesis-xsd
I've encountered a similar problem as in this question. Basically if my xml does not contain the information about the xsd, I get errors. Given below are the xml,xsd and a sample program giving me the errors.
hello.xml

Vishal Sharma
- 1,670
- 20
- 55
1
vote
1 answer
xml modification using codesynthesis-xsd
I wanted to know if codesynthesis-xsd can be used to modify values of an xml. From the website I could see only about xml parsing. But in my program I want to do both parsing as well as editing the xml.

Vishal Sharma
- 1,670
- 20
- 55
1
vote
0 answers
VHDL Synthesis Error and Code Suggestions
Im trying to design and build a VHDL SPI slave interface which takes serial data, parallelizes it, responds accordingly, and then outputs based on the given command. Right now my simulation runs as its supposed to but when I synthesize it, the…

S.LEB
- 11
- 1
1
vote
2 answers
Defining and referencing XSD types in namespaces
I know xmlns defines a namespace, but I am a bit confused about its use in an XSD file (this is codesynthesis provided example).