Search found 2 matches

by RhysC
Thu Mar 17, 2005 6:15 am
Forum: XSLT and FOP
Topic: White space precceding converted file
Replies: 2
Views: 5775

OK changing the output line to:

<xsl:output method="html" omit-xml-declaration="yes" media-type="text/html" indent="no" encoding="iso8859-1"/>

..has fixed the problem
by RhysC
Thu Mar 17, 2005 4:53 am
Forum: XSLT and FOP
Topic: White space precceding converted file
Replies: 2
Views: 5775

White space precceding converted file

I am converting an XML document to HTML and require this html document to be EDI'ed on. Unfortunately during the xslt parse there is three white space characters being added to th start of the file preventing the EDI function. These chars are obviously not visble in note pad or IE when viewing the h...