Is anyone familiar with XML and the different tags?

Hi,
I am currently working with an XML file and I am very unfamiliar with this.

Specifically, I have to put in a description next to a video. Here is a sample of what I am dealing with:

<node n= "Introduction Part I" p="./photos/01.jpg" dur="287" v="IntroPart1.flv">
<txt1>Introduction Part I</txt1>

<txt2>Introducing Sample
*number1
*number2
*number3 </txt2>

<txt3>Introducing Sample 2</txt3>

Everything shows up under the txt1 and txt2, but nothing shows up under txt3. Does anyone know why?

Plus when I publish this file, the spaces between each line is so large and I don’t know how to fix it. Also does anyone know how I can make the font size smaller?

I am really a novice when it comes to HTML and XML and I really don’t know how I got my self into this!! LOL. Please help!


One Response to “Is anyone familiar with XML and the different tags?”

  • Jake Cigar:

    your xml is invalid … but it’s read by an application (that you didn’t mention) that wants valid xml

    you need to end it with </node>

    font size is governed outside of the xml. by the unnamed application.

Leave a Reply