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.
Printable View
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.
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.
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?Quote:
Originally Posted by drag0n_45
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.
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.