|
-
Jul 1st, 2008, 11:02 AM
#1
Thread Starter
Fanatic Member
Generate XML documentation?
I used this option and it made the XML file, but I don't have a supporting html file or any XML definitions...I forgot if this option is in VB by default, but if not I am using MZ-Tools, which probably put it there.
-
Jul 1st, 2008, 01:49 PM
#2
Re: Generate XML documentation?
MZTools will do it as you know, but I don't believe there is any built in VB functionality for this, if that is your question.
-
Jul 1st, 2008, 01:53 PM
#3
Thread Starter
Fanatic Member
Re: Generate XML documentation?
No. My question was more or less how do i get the xml document to display. The xml document is generated, but there is no XML definitions anywhere, so I only have a <procedure> tag or something similar. How do I get it to display?
-
Jul 1st, 2008, 07:54 PM
#4
Re: Generate XML documentation?
 Originally Posted by drag0n_45
No. My question was more or less how do i get the xml document to display. The xml document is generated, but there is no XML definitions anywhere, so I only have a <procedure> tag or something similar. How do I get it to display?
Depends on what you intend when you say "display". Display in a browser?
-
Jul 2nd, 2008, 10:12 AM
#5
Thread Starter
Fanatic Member
Re: Generate XML documentation?
Ah..true. My mistake. Yes, display in a browser. I open it in a browser and because the various tags are undefined, nothing but the text shows up without line breaks are anything. My guess is that there is an html file hanging out somewhere, but I just can't find it.
-
Jul 2nd, 2008, 11:48 AM
#6
Re: Generate XML documentation?
If you look at the xml generated by MZTools you will see a line towards the top similar to
<?xml-stylesheet type="text/xsl" href="C:\Documents and Settings\Mark\My Documents\Software\mztools\sample.xsl" ?>
This line points to the xsl file that is used to format the xml in the borwser. Make sure the xsl file exists at that path.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|