Hi all,
I need my xsl reads a txt file, like this:
------file.txt---------------
10101010101010101111010101010
10101011100001010101010101010
00011010101010101010101011011
-----------------------------
I'd like to read this values and copy them in a xml
element:
<vector>
10101010101010101111010101010
10101011100001010101010101010
00011010101010101010101011011
</vector>
But I have other problem:
This values are of a multidimensional vector (matrix).
In XML, I can't have a element that has a vector
structure, can I? What could I do in this case?
Thanks, Beatriz
=====
Beatriz Langiano
Mestrado em Informática
Universidade Federal do Paraná - Brasil
__________________________________________________
Converse com seus amigos em tempo real com o Yahoo! Messenger
http://br.download.yahoo.com/messenger/
--~------------------------------------------------------------------
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>
--~--