XslTransform with an XSL which includes another XSL

Q

qluo

I am trying to transform an XML to a HTML, with one XSL (test.xsl),
which includes another XSL(include.xsl).

In the xml, there is a stylesheet: <?xml-stylesheet href="test.xsl"
type="text/xsl"?>.

The "test.xsl has" an include: <xsl:include href="include.xsl"/>

All the files are under the same directory.

When I run the following code in VB.net, the result "result2.html" is
always empty.
 
O

One Handed Man \( OHM - Terry Burns \)

lets see the xml data and the xslt file

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 

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