T
Tedy
Hi!
I have XML document that looks in shortcut like this:
< category >
< block >
< value > 5,234 </ value >
< possible result > 3,9219 </ possible result >
< possible result > 6,28365 </ possible result >
< possible result > 32.768 </ possible result >
</ block >
</ category >
< category >
< block >
< value > 23 </ value >
< possible result > 4345 </ possible result >
< possible result > 637.9 </ possible result >
</ block >
</ category >
< category >
< block >
< value > 2.8 </ value >
< like for > 5,234 </ like for >
</ block >
</ category >
The database is growing and I need tool to manage this.
Is there any programs that helps manage such XML data base. Especially I am
interested in:
Sorting categories blocks by the value in < value > tag, checking syntax.
Thanks for all help
Tedy
I have XML document that looks in shortcut like this:
< category >
< block >
< value > 5,234 </ value >
< possible result > 3,9219 </ possible result >
< possible result > 6,28365 </ possible result >
< possible result > 32.768 </ possible result >
</ block >
</ category >
< category >
< block >
< value > 23 </ value >
< possible result > 4345 </ possible result >
< possible result > 637.9 </ possible result >
</ block >
</ category >
< category >
< block >
< value > 2.8 </ value >
< like for > 5,234 </ like for >
</ block >
</ category >
The database is growing and I need tool to manage this.
Is there any programs that helps manage such XML data base. Especially I am
interested in:
Sorting categories blocks by the value in < value > tag, checking syntax.
Thanks for all help
Tedy