Subject: RE: Converting a DSSSL Stylesheet into XSL
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Thu, 4 Jun 1998 16:16:51 -0700
|
The MSXSL processor supports mixed content in the action:
<rule>
<target-element/>
Subject: <children/>
</rule>
-----Original Message-----
From: Lisa Pease [mailto:lisap@xxxxxxxxxxxxxxxxxxx]
Sent: Thursday, June 04, 1998 3:33 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: Converting a DSSSL Stylesheet into XSL
Sure. Just add:
<literal>Subject: </literal>
<children/>
etc.
-----Original Message-----
From: Dan Hable <DHable@xxxxxxxxxxxxx>
To: xsl-list@xxxxxxxxxxxxxxxx <xsl-list@xxxxxxxxxxxxxxxx>
Date: Thursday, June 04, 1998 1:47 PM
Subject: Converting a DSSSL Stylesheet into XSL
>I'm trying to convert a DSSSL stylesheet into the XSL
format that will
>work with the Microsoft XSL processor. So far eveything is
great except
>that I hit the following line:
>
> (literal "Subject: ")
>
>This places the phrase 'Subject: ' in the output document
and then
>places the children elements after the space. Is there a
way to do this
>in XSL? Thanks!
>
>~~ Daniel T. Hable ~~
>
>
> XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|