how do i add a blank line in my output for XML?

N

NewXMLcoder

I'm writing something in XML and when I open the xml file the output doesn't
have any blank lines between paragraphs. I want to insert a blank line to
seperate things. Can anyone tell me how to do this using XML?
 
S

Stefan B Rusynko

XML files do not have paragraphs
- explain if you are trying to write the XML file in XML and how
(in which case you need to create a schema to "format' the display)
- or display an XML file in html page
Provide a sample of your data

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| I'm writing something in XML and when I open the xml file the output doesn't
| have any blank lines between paragraphs. I want to insert a blank line to
| seperate things. Can anyone tell me how to do this using XML?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top