XML from J#

A

Ahmad

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

Thanks
 
0

0to60

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...
 
J

Jon Skeet [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top