Rendering XSL-FO stored as XML

yuniks

New Member
I have been doing some investigation on how to render some XSL-FO we are creating in bespoke code which is being passed into an XML document. \[code\] <smf:entity type="b648fb8b-f9ab-4f23-84a8-cd5adfcaa24f"> <smf:value> <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:fn="http://www.w3.org/2005/02/xpath-functions">Some Text</fo:block> </smf:value> </smf:entity>\[/code\]This is what we are passing into the XML document which we then want to output in our XSL-FO document. However, instead of outputting the actual fo block it tries to evaluate it.Is there a way of doing this? Any help would be greatly appreciated. I have tried to include all the information but if there is anything else I can include to help please let me know. Thanks.
 
Back
Top