You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by mc...@informed.net on 1999/11/16 15:28:10 UTC

CodePointMapping.java

Forgive me if this is not the appropriate use of this list but...

The current CVS for xml-fop creates CodePointMapping.java
with the following first three lines:

<?xml version="1.0" encoding="utf-8"?>

package org.apache.xml.fop.render.pdf;

The first line, of course, prevents the file from compiling. I am
not, as of yet, familiar enough with XSL to understand why
this line is being inserted into the file. I am running on a
RedHat Linux 6.1 box with JDK V1.2.

Thanks.


Re: CodePointMapping.java

Posted by James Tauber <jt...@jtauber.com>.
> Forgive me if this is not the appropriate use of this list but...

No, it is the perfect use of this list.

> The current CVS for xml-fop creates CodePointMapping.java
> with the following first three lines:
>
> <?xml version="1.0" encoding="utf-8"?>
>
> package org.apache.xml.fop.render.pdf;

Hmm. I'd say I haven't put in a method="text" in my XSL stylesheets that do
code generation.

I'm making the big directory changes at the moment but once they are done,
I'll fix this.

James