xsl-list
[Top] [All Lists]

Re: Can someone help me understand why this isn't working?

2005-01-20 08:09:47

Hi George;

The XSL produces an FO document as output which is in turn returned to me as
a string in java.

The present system does just what you have suggested and I use regular
expressions to replace certain tags and strip the remaining ones.

Your problem appears to be rather that your input doesn't have tags but
rather an XML quoted string.


After this the string is passed to FOP to generate a PDF.

I don't like that you need to change java code to modify how certain HTML
tags are converted to FO tags. It seems I don't have any other choice
though.


There are almost certainly other choices but I don't think that you have
really described your problem in sufficient detail for anyone to suggest
a solution.

Thanks,


David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--