Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

            <smf:entity type="b648fb8b-f9ab-4f23-84a8-cd5adfcaa24f">
                    <smf:value>
                                &lt;fo:block xmlns:fo=&quot;http://www.w3.org/1999/XSL/Format&quot; xmlns:fox=&quot;http://xml.apache.org/fop/extensions&quot; 
                                xmlns:fn=&quot;http://www.w3.org/2005/02/xpath-functions&quot;&gt;Some Text&lt;/fo:block&gt;
                    </smf:value>
        </smf:entity>

This is what we are passing into the XML document which we then want to output in our XSL-FO document. However, instead of evaluation the actual fo block it just writes it out to the page/pdf.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.