3

Say there's a QTP Function Library that contains many procedures. Each procedure contains documentation written in an XML node format that describes the purpose, return values and other information about the procedure.

Is there a way to parse these XML documentation that is embedded in the source code just like how it is possible to generate documentation based on XML documentation in .NET?

alvinjorrel
  • 57
  • 1
  • 5

1 Answers1

0

Microsoft's own XML parser should do the job. I've used it in a couple of projects. The SO posting MSXML2.ServerXMLHTTP.4.0 Source? shows how to find out which version is installed on your machine. Microsoft, naturally, has a lot of documentation. You could probably start here.

Community
  • 1
  • 1
bugmagnet
  • 7,631
  • 8
  • 69
  • 131