xsl-list
[Top] [All Lists]

Re: unparsed general entity in output !DOCTYPE

2005-02-03 12:44:34
Top post:

I am writing/using a xsl transform file that I reference when I export data 
from FileMaker 6, using its embedded xml processor.

Karjala

hypernexdev(_at_)hypernexinc(_dot_)com 02/03/2005 2:40:33 PM >>>
Are you doing this from Java code?

                FileOutputStream fos=new FileOutputStream(filePath);
...
    
identityTransformer.setOutputProperty("{http://xml.apache.org/xalan}indent-amount","4";);
                identityTransformer.getOutputProperties().list(System.out);

for example.

 From an Ant target

...

Depends from what...

Karjala Koponen wrote:

I need to create an unparsed general entity in the output xml DOCTYPE 
'statement', as specified in our customer's (Elsevier)documentation:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE serial-issue PUBLIC "-//ES//DTD serials issue DTD version 
5.1.0//EN//XML" "si510.dtd" [<!ENTITY cover SYSTEM "cover" NDATA IMAGE>]>


I'm thrashing here with things like:

...

Where can I read about creating these 'heading' statements correctly?  And 
what can I do to get my desired output?

Thanks, Karjala


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list 
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/ 
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


 



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list 
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/ 
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--