[
Lists Home |
Date Index |
Thread Index
]
Hello,
In my VB app, I'm
recieving the following error:
The stylesheet does
not contain a document element. The stylesheet may be empty, or it may not
be a well-formed XML document.
In my stylesheet,
there are 2 external style sheet references, here they are:
<xsl:template
match="/"> <HTML>
<HEAD> <title>No Title</title> <link rel="stylesheet"
href="default.css" type="text/css" media="all"> <link
rel="stylesheet" href="print.css" type="text/css"
media="print">
...etc
I am using VB to
transform my xml document using this stylesheet, however I'm not able to
transform due to this error. What is wrong with my style sheet
references?
Thanks!
Karl
|