No offense taken ;o) Yes, I did correct the mistake. Fo without input looks like this:
<?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:fn="http://www.w3.org/2004/07/xpath-functions" xmlns:xs="http://www.w3.org/2001/XMLSchema"><fo:layout-master-set><fo:simple- page-master margin-right="0.6in" margin-left="0.6in" page-width="8.5in" page- height="11in" master-name="default-page"><fo:region-body margin-bottom="0.79in" margin-top="0.79in"/></fo:simple-page-master></fo:layout-master-set><fo:page- sequence format="1" initial-page-number="1" master-reference="default- page"><fo:flow flow-name="xsl-region-body"><fo:block/></fo:flow></fo:page- sequence></fo:root> fo with input looks like this (without for-each): xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:fn="http://www.w3.org/2004/07/xpath-functions" xmlns:xs="http://www.w3.org/2001/XMLSchema"><fo:layout-master-set><fo:simple- page-master margin-right="0.6in" margin-left="0.6in" page-width="8.5in" page- height="11in" master-name="default-page"><fo:region-body margin-bottom="0.79in" margin-top="0.79in"/></fo:simple-page-master></fo:layout-master-set><fo:page- sequence format="1" initial-page-number="1" master-reference="default- page"><fo:flow flow-name="xsl-region-body"><fo:block><fo:inline color="#800000">hello</fo:inline></fo:block></fo:flow></fo:page-sequence></fo:root> cheers, Pete > --- Ursprüngliche Nachricht --- > Von: Andreas L Delmelle <[EMAIL PROTECTED]> > An: fop-users@xmlgraphics.apache.org > Betreff: Re: How to pass input of xml tranfs. to xslt transf. ? > Datum: Fri, 9 Dec 2005 19:45:53 +0100 > > On Dec 9, 2005, at 19:36, [EMAIL PROTECTED] wrote: > > > Hi, > > > > for this test I used the stylesheet with the xsl:for-each tag. I > > was hoping > > the transformation would pick up the xml tag with the input. > > BTW: What do you mean by the FO not containing any xml input? Is > there nothing in the FO at all, not even the fo:root? > > (and I dislike having to ask this question, but... You *did* correct > the typo --Hello, not hello--, right?) > > Cheers, > > Andreas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- 10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail +++ GMX - die erste Adresse für Mail, Message, More +++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]