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]

Re: Stylesheet for RTF to HTML II


Okay, I'll bite.  Why doesn't he want to do that?  I just did something like
this for an application and it seems to work okay .  . . I'm needing to get
RTF output so that a word processor on the other end can pick it up (the
customers want pagination.  Silly customers).  Only a lab project at
present.

Dave Halsted

----- Original Message -----
From: David Carlisle <davidc@nag.co.uk>
To: <xsl-list@mulberrytech.com>
Sent: Friday, May 05, 2000 9:05 AM
Subject: Re: Stylesheet for RTF to HTML II


>
> > what I'm mean is an RTF-formatted table within
> > an XML-element.
> >
> >
> > <RtfTable>
> >     \trowd \trgaph107\trleft-107 \clvertalt\cltxlrtb
> >     \cellx6096\clvertalt\...
> > </RtfTable>
> >
> > /Håkan
>
> It would be possible to parse that in XSLT but you really really do not
> want to do that. Use xslt to write out the content of the rtftable
> element to an external file using xt:document or similar extension
> element, then use one of the rtf to xml converters mentioned already to
> get an xml file, then use xslt to merge that result into whatever
> document you are making.
>
> David
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]