[Home] [By Thread] [By Date] [Recent Entries]
Cindy,
This is the kind of thing that can happen as an unwitting and unintended consequence of using <xsl:output indent="yes"/>. Check whether you have this setting; if you do, and you are passing serialized XML to your formatter, the serializer could be inserting the unwanted whitespace. Indented output is a nice feature to have when developing, as it makes the results easier to read, but as a general rule, it's safer to run production systems without it, since serializers are rarely smart enough to perform indenting exactly and only where it's a good idea. (Note that you are able to get different behavior from your serializer based on the exact placement of bits of text in line with the elements.) I hope that helps, Wendell At 03:08 PM 12/11/2007, you wrote: Hi- ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
|

Cart



