This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: Re: Re: Re: Combining stylesheets for baseclass-subclass type documents


> >Sure.
> ><snip/>
> >Here's the set of stylesheets, which solves your problem:
> ><snip/>
> 
> Aha, storing the RTF from the output generated from the imported
> stylesheet in a variable, converting it to a node-set and then
messing
> around with it -- clever (although pretty hackish).  For a while, I
> thought the task was practically impossible. :-)
> 
> The downside seems to be that using xsl:apply-imports in an
> xsl:variable crashes my Internet Explorer with MSXML 3.0.  So much
for
> that solution. :-(

It works for me. Probably you forgot to replace

 xmlns:v="http://icl.com/saxon";

with

 xmlns:v="urn:schemas-microsoft-com:xslt"


Cheers,
Dimitre Novatchev.



__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]