[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] document(lang_*.xml)?
Subject: Re: [xsl] document(lang_*.xml)?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 25 Jan 2003 15:06:07 GMT
|
way off topic but, for example,
change
ls lang_*.xml | sed -e "s@\(.*xml\)@<language>\1</language>@" > list.xml
to
echo "<x>" > list.xml
ls lang_*.xml | sed -e "s@\(.*xml\)@<language>\1</language>@" >> list.xml
echo "</x>" >> list.xml
(someone's going to say do it in perl instead:-)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|