Title: Nachricht
Now i have got out
the "file.fo"
it is about 11400
lines long!!! and the size is 1.8mb
how can i find the
place producing the endless loop? or can i find out what is wrong with this
file?
Tobias
Kuhn
Title: Nachricht
Now i have got out
the "file.fo"
it is about 11400
lines long!!! and the size is 1.8mb
how can i find the
place producing the endless loop? or can i find out what is wrong with this
file?
Tobias
Kuhn
Tobias Kuhn wrote:
> i don't know how to view my xslt result.
Hey, be a bit more creative!
> so i have written a java class with the following code:
>
> {
> // create XML Tree with project data
> Document doc = DocumentFactory.getInstance().createDocument();
> YpiXML ypiXML = new YpiXML(pro
Title: Nachricht
Hello,
i
don't know how to view my xslt result.
i am
working on a project , where all the data of the software can be saved to
xml...
now i
want to create a pdf report file out of the xml data, and i only provide and xsl
file with FO tags.
so i
have written a java class