You mean when you do an XSLT transformation you want to have space between sentences? If you want to insert a space in XSLT you can use <xsl:text> </xsl:text>. If not check you're encodings with each page, those might reveal something...
Hope this helps, Jan ----- Original Message ----- From: "Julian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 10:31 PM Subject: Re: (Aggregated) Document Entities Serialize Incorrectly > Sorry folks, but I meant: > > ....When I transform an aggregated document, I am > inserting the "&160;" to separate various strings. > > After..... > > --- Julian <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am using Cocoon 2.1 with j2sdk 1.4.1_02. > > > > When I transform an aggregated document, I am > > inserting the " " to separate various strings. > > After > > transforming the document, it is serialized as xml. > > > > Finally, the serialized document has "�" instead of > > a > > white space (otherwise known as "�"). When I > > serialize as html, I get the nbsp entity. Finally, > > when I do not use sitemap aggregation and/or > > transformation, the problem persists. It seems as > > if > > the serializer is not recognizing this entity > > correctly! I am trying to have the document pulled > > down as xml and then tranformed to html by the > > browser's built in xsl processor. Any help is > > greatly > > appreciated. > > > > Thanks, > > Julian > > > > ===== > > Live simply so others may simply live. > > > > -Ghandi > > > > Pluralitas non est ponenda sine neccesitate. > > "Entities should not be multiplied unneccesarily" > > > > -William of Occam > > > > __________________________________ > > Do you Yahoo!? > > Get better spam protection with Yahoo! Mail. > > http://antispam.yahoo.com/tools > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > ===== > Live simply so others may simply live. > > -Ghandi > > Pluralitas non est ponenda sine neccesitate. > "Entities should not be multiplied unneccesarily" > > -William of Occam > > __________________________________ > Do you Yahoo!? > Get better spam protection with Yahoo! Mail. > http://antispam.yahoo.com/tools > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
