data conversion to xml

webmasterbeta

New Member
If anyone can help with this simple problem it would be much appreciated.This is all about data transfer and does not use browsers. On one end a .xmlfile is sent over http to another box where it is parsed out into a simpletext format with XSLT. The format is:l-value=r-valuel-value=r-valuel-value=r-valuel-value=r-value...This part works nicely. But the problem is that another file must be sentback. The new file is in the above text format and must be read, formatted,and validated against a DTD I provide and written into another .xml filefor sending over http back to the original box. The l-value names matchthe DTD's elements and attributes. I have not found information on xml toolsthat read text and validate/write .xml files against a DTD. That's all Ineed to accomplish this task. If anyone has ideas of any kind, please advise.Thanks,David.
 
Back
Top