Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / October 2003

Tip: Looking for answers? Try searching our database.

newbie Transform question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Luther Miller - 21 Oct 2003 21:41 GMT
I'm using the transform to output XMLSS (for Excel) and it is working
very well. I notice that the output is one long XML stream with no
whitespace or carriage returns etc.

Is there a way to have the XML that is output "formatted" so that it
is a bit more human-readable? I would like to find a quick and easy
solution, as opposed to adding special tags everywhere in the XSLT
where I would like whitespace generated.

Thanks in advance...
Colin Savage - 22 Oct 2003 08:54 GMT
<xsl:stylesheet ....>
   <xsl:output indent="yes"/>
....
</xsl:stylesheet>

indent : Specifies additional white space to add when outputting the result
tree; the value must be yes or no.

Hope this helps
Colin

> I'm using the transform to output XMLSS (for Excel) and it is working
> very well. I notice that the output is one long XML stream with no
[quoted text clipped - 6 lines]
>
> Thanks in advance...

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.