Search found 4 matches

by ehernandez
Mon Mar 13, 2006 6:06 pm
Forum: XSLT and FOP
Topic: Problems with linefeed treatment
Replies: 6
Views: 6969

Hi again George!

Thanks a lot for your help, you resolve my doubt very fast!

Best regards,
Kike
by ehernandez
Mon Mar 13, 2006 4:47 pm
Forum: XSLT and FOP
Topic: Problems with linefeed treatment
Replies: 6
Views: 6969

Hi again :) So the only thing that I can do is have an xml like this before call fop? [b]<DOCUMENT TEXT="The first Line &#10;The second line" /> [/b] Or use the other xml: [b]<DOCUMENT> <TEXT>The first line The second line</TEXT> </DOCUMENT> [/b] Isn't it? Best regards, Kike
by ehernandez
Mon Mar 13, 2006 4:26 pm
Forum: XSLT and FOP
Topic: Problems with linefeed treatment
Replies: 6
Views: 6969

Hi! The problem is that the data of the xml comes from a text area of an applet and I don't want to change it before call fop. I try to replace the carriage return into but when I put this code (an example from internet): [b]contains(@TEXT,'&#xA')[/b] It doesn't works. Before call fop I print th...
by ehernandez
Mon Mar 13, 2006 2:45 pm
Forum: XSLT and FOP
Topic: Problems with linefeed treatment
Replies: 6
Views: 6969

Problems with linefeed treatment

Hi everyone! I'm trying to get a pdf file from my xml file using xsl-fo, but I have problems with linefeed treatment. I put in my xsl file the next atributtes: <fo:root linefeed-treatment="preserve" white-space-collapse="false" white-space-treatment="preserve"> Well, no...