This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

No Subject


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@ebeon.com

__________________________________________________
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]