P
pe3no
Hi,
First of all - sorry for my silly question and the horribly strange way
of using XML by me - I'm an XML n00b
I'm trying to write a short guide - putting everything in one file.xml
<guide_name>
<element name = "1-prerequisites">
1.1. download iso file
1.2. burn the boot-disk
1.3. boot the pc
</element>
<element name = "2-installation">
2.1. type "install"
2.2. choose your language
2.3. install packages...
</element>
</guide_name>
When displaying this in FireFox i get:
-<guide_name>
-<element name="1-prerequisites">
1.1. download iso file 1.2. burn the boot-disk 1.3. boot the pc
-</element>
-<element name = "2-installation">
2.1. type "install" 2.2. choose your language 2.3. install packages..
-</element>
</guide_name>
.... and would like to get:
- <guide_name>
- <element name="1-prerequisites">
1.1. download iso file
1.2. burn the boot-disk
1.3. boot the pc
</element>
-<element name="2-installation">
2.1. type "install"
2.2. choose your language
2.3. install packages...
</element>
</guide_name>
I've been googling for 2 hour and can't find the answer
The most interesting I found is this document:
http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html
I was trying to add these elements at the end of the line, but no effect
" ", "
", "
"
Could you help me? Thanks in advance and
Best regards~~Piotrek~~pe3no.
First of all - sorry for my silly question and the horribly strange way
of using XML by me - I'm an XML n00b
I'm trying to write a short guide - putting everything in one file.xml
<guide_name>
<element name = "1-prerequisites">
1.1. download iso file
1.2. burn the boot-disk
1.3. boot the pc
</element>
<element name = "2-installation">
2.1. type "install"
2.2. choose your language
2.3. install packages...
</element>
</guide_name>
When displaying this in FireFox i get:
-<guide_name>
-<element name="1-prerequisites">
1.1. download iso file 1.2. burn the boot-disk 1.3. boot the pc
-</element>
-<element name = "2-installation">
2.1. type "install" 2.2. choose your language 2.3. install packages..
-</element>
</guide_name>
.... and would like to get:
- <guide_name>
- <element name="1-prerequisites">
1.1. download iso file
1.2. burn the boot-disk
1.3. boot the pc
</element>
-<element name="2-installation">
2.1. type "install"
2.2. choose your language
2.3. install packages...
</element>
</guide_name>
I've been googling for 2 hour and can't find the answer
The most interesting I found is this document:
http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html
I was trying to add these elements at the end of the line, but no effect
" ", "
", "
"
Could you help me? Thanks in advance and
Best regards~~Piotrek~~pe3no.