+ Reply to Thread
Results 1 to 3 of 3

xsl:include error in excel 2010

Hybrid View

  1. #1
    Registered User
    Join Date
    07-19-2012
    Location
    Holland
    MS-Off Ver
    Excel 2010
    Posts
    9

    xsl:include error in excel 2010

    I have an xml file which refers to a file1.xsl file. In there I have to refere to a second file2.xsl.
    When I open the xml file in excel 2003 it's no problem and everything is working fine.
    If I open it in excel 2010 I get a parse error. My syntax should be correct, and if I manually include the content of file2 into file1 it's also working.
    Any ideas?

    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
    <xsl:variable name="vStyleSheet" select="'file1.xsl'"/>
    <xsl:include href="file2.xsl"/>
    <xsl:template name="css-style"><style type="text/css">

  2. #2
    Registered User
    Join Date
    07-19-2012
    Location
    Holland
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: xsl:include error in excel 2010

    I've been looking around and it seems like the <xsl:include is no longer supported in excel2010.
    I'm giving up and will focus to combining the two *.xsl files into one.

    @Mod's, should I mark it 'solved' even though it's not?

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: xsl:include error in excel 2010

    No, leaved it unsolved. Maybe someone will respond, even if only to confirm your findings.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1