From: G. Ken Holman (gkholman@CraneSoftwrights.com)
Date: Fri Feb 27 2004 - 06:32:10 PST
At 2004-02-27 09:06 -0500, Clary, Brian D. wrote:
>Currently, just to test, I've set up an XSL-FO+PSMI file,
>and would like to know how to get RenderX to tranform the XSL-FO+PSMI file
>into an XSL-FO file.
Hmmmmmm ... I've only ever done the FO processing as an outboard process
using a tool like Saxon ... I'm not sure what is going on here.
>Here is the command I'm using:
>
>xep -valid -xml edis.fo -xsl psmi/psmi.xsl
>
>And I get this error:
>
>(document
>[system-id file:/C:/XEP/edis.fo]
>(compile Error on line 1020 column 23 of file:/C:/XEP/edis.fo:
> Error reported by XML parser: undeclared name prefix in:
>psmi:page-sequence
The message is from the XML processor, though, not XEP ... have you done a
well-formedness check on your "edis.fo" file?
It sounds like you've used:
psmi:page-sequence
without saying:
xmlns:psmi="http://www.CraneSoftwrights.com/resources/psmi"
Remember in XML that using a namespace prefix requires an in-scope
namespace declaration.
I hope this helps.
............................ Ken
-- US XSL training: Washington,DC March 15; San Francisco,CA March 22 World-wide on-site corporate, government & user group XML training G. Ken Holman mailto:gkholman@CraneSoftwrights.com Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@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/tos.html
This archive was generated by hypermail 2.1.5 : Fri Feb 27 2004 - 06:39:27 PST