XML from J#

  • Thread starter Thread starter Ahmad
  • Start date Start date
A

Ahmad

There is option for producing XML file from C# code, can
XML file be produced from J# code as well?

Thanks
 
Ahmad said:
There is option for producing XML file from C# code, can
XML file be produced from J# code as well?

Yes. There is nothing native to the C# language that "does" XML files. To
do XML, you will use .net framework classes. These classes are as
accessible to J# guys as they are VB.net, C#, MC++, etc...
 
0to60 said:
Yes. There is nothing native to the C# language that "does" XML files. To
do XML, you will use .net framework classes. These classes are as
accessible to J# guys as they are VB.net, C#, MC++, etc...

I think you misunderstood what Ahmad was talking about. There certainly
*is* something in the C# language (in the specification) which is
relevant to XML files: XML documentation comments. I believe that's
what Ahmad was after.

Unfortunately I don't know what the options for producing XML
documentation from J# are. I'd expect there to be a tool somewhere to
allow it, even if VS.NET doesn't have the ability built into it.
 
Back
Top