[xep-support] XEP processing instruction bug?

Alexander Peshkov peshkov at renderx.com
Wed Jun 15 04:02:50 PDT 2005


Hello Geoff,

Processing instructions works fine in XEP then DOMSource is passed to
the render method - I've just rechecked it. So it looks like a problem
with your code. Note that if you feed your DOM object to XSLT
transformer (not to the 'render' method of Formatter, but to 'transform'
method of FOTransformer) when PIs will be consumed by XSLT engine, not
XEP.
Still if you post here a relevant code snippet of your Java source and
input document itself someone may came up with a good suggestion.

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX


GL> We have a document in which we use XEP processing instructions to 
GL> specify bleed values and crop marks.  When we feed it to XEP on the 
GL> command line (OS X), everything works fine.  But when our Java 
GL> application feeds it to XEP programatically as a DOMSource, the 
GL> processing instructions are ignored.

GL> Just before rendering the document, I traverse the DOM to verify that 
GL> the processing instructions are there, so I am certain they are.

GL> Is it possible that XEP ignores processing instructions when render() 
GL> is passed a DOMSource?  If not, is there something we might be doing 
GL> wrong?

GL> Thanks in advance,
GL> Geoff

GL> -------------------
GL> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
GL> in the body of the message to majordomo at renderx.com from the address
GL> you are subscribed from.
GL> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list