[xsl] [XSLT] Put element in new-line

Subject: [xsl] [XSLT] Put element in new-line
From: <igutierrez027@xxxxxxxxxxxxx>
Date: Thu, 6 Mar 2008 11:59:15 +0100 (CET)
Hello everybody!

How I can do for put <xs:schema ....> in his next new-line and also
<xs:element name="newFile" type="xs:string"/> in his next new-line?


<?xml version="1.0" encoding="UTF-8><xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:ns1="http://bibtexml.sf.net/"; elementFormDefault="qualified"
targetNamespace="http://bibtexml.sf.net/"; version="2.0">

 <xs:import namespace="http://purl.org/dc/elements/1.1/";
schemaLocation="dc.xsd"/>
 <xs:element name="dateofread" type="xs:date"/>
 <xs:element name="reviewed" type="xs:string"/><xs:element
name="newFile" type="xs:string"/>

</xs:schema>


Thank you. Regrads,

Izaskun

Current Thread