B
Balrog
Hi!
I wonder if anyone could give me some hints/pointers. This is what I'm
trying to do:
say, I have the following:
- data (most likely XML) Example: <colour>red</colour>
- data validation rules (ranges, defaults, etc) (XML, schema?)
Example <colour>
<option>red</opton>
<option>amber</opton>
<option>green</opton>
<default>green</default>
</colour>
- description of data presentation (XML too) Example:
<colour>listbox</colour>
I'd like to generate a document (XTML page or Windows form, for
example), where these three come together to help user to make changes
to the data
After changes are made, I'd like to split the document and extract the
pure data.
So, could you point me to some published work in this area, or share
your thoughts, etc.
thanks and regards
kdv09
I wonder if anyone could give me some hints/pointers. This is what I'm
trying to do:
say, I have the following:
- data (most likely XML) Example: <colour>red</colour>
- data validation rules (ranges, defaults, etc) (XML, schema?)
Example <colour>
<option>red</opton>
<option>amber</opton>
<option>green</opton>
<default>green</default>
</colour>
- description of data presentation (XML too) Example:
<colour>listbox</colour>
I'd like to generate a document (XTML page or Windows form, for
example), where these three come together to help user to make changes
to the data
After changes are made, I'd like to split the document and extract the
pure data.
So, could you point me to some published work in this area, or share
your thoughts, etc.
thanks and regards
kdv09