[no subject]

From: "Kevin 'esq' Byrne" <kbyrne7@xxxxxxxxx>
Date: Wed, 1 Nov 2000 11:32:46 -0400 (EST)
I need the following xml to be converted to
accommodate a graph applet. Hence, I need parameter
tags for the fundgraph and fundvalue elements.

<!ELEMENT fundgraph (fundvalue*)>
  <!ATTLIST fundgraph startDate CDATA #REQUIRED>
  <!ATTLIST fundgraph endDate CDATA #REQUIRED>
  <!ATTLIST fundgraph fundName CDATA #REQUIRED>

  <!ELEMENT fundvalue EMPTY>
  <!ATTLIST fundvalue date CDATA #REQUIRED>
  <!ATTLIST fundvalue value CDATA #REQUIRED>
  <!ATTLIST fundvalue ordinal CDATA #REQUIRED>


I presume I use:
 <xsl:template match="fundgraph">
<xsl:with-param name="fundgraph">
<xsl:value-of select="...">
</xsl:param>
</xsl:template>

Cheers,
Kevin



=====
Kevin Byrne
Web Developer
Ebeon, Bracken Rd.,Sandyford Industrial Estate, Dublin.
(h)(01)6799621
(w)(01)2063411
Mobile:086-891-3848
E-mail:kevin.byrne@xxxxxxxxx

__________________________________________________
Do You Yahoo!?
>From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [no subject]
    • Kevin 'esq' Byrne - Wed, 1 Nov 2000 11:32:46 -0400 (EST) <=