xsl-list
[Top] [All Lists]

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

2008-03-06 03:59:48
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 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>