Re: Automated Test Data for XML files




"Ravi Shankar Nair" <sujashankar@xxxxxxxxxxxxxx> wrote in message
news:dlg8rm$42m$1@xxxxxxxxxxxxxxxxxxxxxxx
>
> I have an XML file which shows the structure of a certain document, may be
> a
> deplyment descriptor or so. Is there any open source tool with which I can
> create some test data for the XML ?

Do you mean that you DON'T have an XML file yet, and you want to
generate a test XML file to use with your program? If so, then as long as
you have a DTD or a Schema, then yes, you can generate test XML files. I
don't know of any open source solutions for that though. They all cost
money.

Otherwise, all I can think of is that you want to somehow give data to
the XML file. Unless that XML file represents a program of some sort, I
don't see what it could do with the data. If the XML file IS a program, we'd
probably need more details on what it does to offer advice.

- Oliver


.



Relevant Pages

  • Re: cannot pass xml into rules from an orchestration (BizTalk 2004)
    ... > when i test using my test xml file, ... > orchestration, after I read the file off a directory. ... > see that none of the facts from the XML file was recognised. ... > is there something special i have to do on either the rules engine side ...
    (microsoft.public.biztalk.general)
  • Re: Free database for windows ?
    ... > I am working on a divelogbook program, at the moment i read in an XML file ... > But i know some dives have 10 times, that amount of dives, so the XML file ... > Therefore i would like to use a database system instead, ... > 100% open source and free, and the database should be free as well (open ...
    (microsoft.public.dotnet.languages.csharp)
  • Automated Test Data for XML files
    ... I have an XML file which shows the structure of a certain document, ... deplyment descriptor or so. ... Is there any open source tool with which I can ... Prev by Date: ...
    (comp.lang.java.programmer)