Re: [xep-support] xinclude and command line

From: Werner Donné <werner.donne@re.be>
Date: Mon Jan 16 2006 - 13:59:00 PST

Jacques,

Probably oXygen processes the XInclude elements for you when
you open the document. In general you can use entity references
in your document and declare the entities in an internal
subset of a document type declaration. For example:

<?xml version="1.0"?>
<!DOCTYPE book
[
  <!ENTITY chapter1 SYSTEM "chapter1.ent">
]>
<book>
  ...
  &chapter1;
  ...
</book>

Regards,

Werner.

Jacques Foucry wrote:
> Hello,
>
> I trying to make a Makefile to generate my PDF. I use Mac OSX.
>
> First, I'd tried with the command line :
>
> /Applications/XEP/xep -xml /Users/jacques/Documents/WorkSpace/Tiger-
> Admin/book.xml -xsl /Users/jacques/Documents/WorkSpace/Tiger-Admin/
> custom.xsl -pdf /tmp/book.pdf
>
> But it don't works.
>
> My book.xml content a lot of <xi:include> statement and I suppose that
> is the problem.
>
> If I try the same command line with a "standalone" source file the PDF
> is correct.
>
> Using XEP with oXygenXML and the same book.xml file work perfectly.
>
> What is the correct syntax to use my book.xml file ?
>
> Thanks in advance,
> Jacques
> -------------------
> (*) 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/terms-of-service.html
>
>

-- 
Werner Donné  --  Re BVBA
Engelbeekstraat 8
B-3300 Tienen
tel: (+32) 486 425803	e-mail: werner.donne@re.be
-------------------
(*) 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/terms-of-service.html
Received on Mon Jan 16 14:26:51 2006

This archive was generated by hypermail 2.1.8 : Mon Jan 16 2006 - 14:26:52 PST