Build Comment Web Pages...

  • Thread starter Osvaldo Bisignano
  • Start date
O

Osvaldo Bisignano

Is there any way to specify some other XML file for this command?

This is my case: I'm planning to use a program that generates an XML
documentation file FOR VB6 projects in pretty the same way VS does. (The
program is VBDOX). But I need to transform that xml information in HTML
format, ideally with links and all that stuff.
Comment Web Pages would be enough, though.

Is there any command line argument or something like that where I can ask
the program: "Please, build the web page using THIS xml file"?

Thanks a lot
 
K

Kevin Yu [MSFT]

Hi Osvaldo,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to change the VBDOX output to
HTML instead of XML. If there is any misunderstanding, please feel free to
let me know.

I have downloaded VBDOX and did some research. It seems that VBDOX can only
output to XML. In this case, I think you can write an XSL and apply it to
XML to transform it to the format you need.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
O

Osvaldo Bisignano

Hi Kevin, thanks for your help, but unfortunatly i didn't explaine very well.
Let's say I already have an XML file with a structure that emulates or matchs with the Visual Studio C# Documentation format. From there on, I wonder if there is any available XSL or XSLT sheet that I can use to transform that XML data into an HTML format, or at least represent the data in some friendly way.

By the way, VBDOX actually can produce many diferent outputs and I really like the product, but I don't want to use it because of the lack of support and product documentation (isn't it ironic?... don't you think...)

Cheers,
Osvaldo
 
K

Kevin Yu [MSFT]

Hi Osvaldo,

Searching through the web, I didn't find any existing XSLs for us to
transform the Xml document to HTML in a better looking. I'm afraid we have
to write it ourselves.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
O

Osvaldo Bisignano

Thanks anyway...
I think I'll dedicate some time to see NDoc project and how it can be
usefull to me.

Osvaldo
 

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