how to modify...

C

cicciottino

i have in a xml file this

<post>
<titolo>Forno solare</titolo>
<data>28/08/2006</data>
<testo>
Ecco il mio forno solare, bla , bla, bla , bla, bla , bla....
</testo>
</post>


and in xsl file this:

<div id="post">
<xsl:for-each select="news/post">
<xsl:sort data-type="text" select="data" order="descending"/>
<h1><xsl:value-of select="titolo" /></h1>
<h2><xsl:value-of select="data"/></h2>
<p><xsl:apply-templates select="testo"/></p>
</xsl:for-each>
</div>

i would like then in the text element when is formatting, i can see
some text a pic some text a pic some text a pic and so on and so on
how to do for get this?
sorry for my english
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top