Thorsten,

 

Ok the following statement is trying to display the results of the query from the MySQL database in a table, I don’t know if this is right.

 

What are you trying to do with, anyway:

<xsl:for-each select="query">
 <xsl:for-each select="execute-query">
  <xsl:apply-templates/>
 </xsl:for-each>
</xsl:for-each>

 

 

The code looks complicated, because I am using XML Spy designer which allows you to put together your style sheet visually, with the aid of the DTD. The code above was the XML Spy’s way of trying to represent it from the DTD.

 

I have attached my xml, xsl, and dtd for you to have a look at to get a better understanding.

 

Many thanks,

 

Richard.

 

Attachment: sql.zip
Description: Zip compressed data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to