Results 1 to 6 of 6

Thread: Generate XML documentation?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    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?

  4. #4
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: Generate XML documentation?

    Quote 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?

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    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.

  6. #6
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141

    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
  •  



Click Here to Expand Forum to Full Width