From xalan-dev Sun Mar 12 23:55:31 2000 From: Chris Gokey Date: Sun, 12 Mar 2000 23:55:31 +0000 To: xalan-dev Subject: indenting X-MARC-Message: https://marc.info/?l=xalan-dev&m=86952099710230 Hi everyone, I am trying to figure out how to indent text using XSLT. Consider this XML document: XSL transformations This is a block of text that gives a full summary of a book that describes how to use XSLT. Consider this XSL file: ?xml version="1.0"?> Book_Title: Summary: Now, the output looks like this: Book_Title: XSL Transformations Summary: This is a block of text that gives a full summary of a book that describes how to use XSLT. And this is what I'd like: Book_Title: XSL Transformations Summary: This is a block of text that gives a full summary of a book that describes how to use XSLT. How can I tell my style sheet to indent each line? Thanks, Chris -- Christopher D. Gokey, Raytheon ITSS, NASA/GCMD 18 Martin Road, Shelburne Falls, MA 01370 Phone: Voice (413) 625-8129 / FAX 208-248-9055 cgokey@gcmd.nasa.gov / http://gcmd.nasa.gov