-
xsl:include problem
Hi everyone,
Here's a problem that I can't figure out how to solve it:
If I have additional templates inside my XSL file, I can easily call them
by using <xsl:apply-templates/>
(example: template(1)
<HTML>
<BODY>
<xsl:apply-templates/> <!--here I call template(2)-->
...
where apply-templates calls another template(2)
<xsl:template match="DATA">
<SPAN>Some data</SPAN>
...
And everything works fine.
But if I take this template(2) to external file (just cut&paste) and try
to use
<xsl:include href="additional.xsl"/>, it just doesn't see it . I don't get
any error or warning. (even more, Microsoft's example under xsl:include doesn't
work!!)
Maybe it is service pack that fixes that or?....I have msxml3 parser, IE5.5
SP1
If anyone knows the answer or have working example, I would appreciate it.
Drazen
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks