> I have posted twice on this list but have not gotten any feed back.
...
> My xsl is as follows:
<xsl:template match="/>
...</xsl:template>
<xsl:tempalte match=://DL">
<xsl:for-each select="DL">
...
</xsl:for-each>
>
Without some information, about all we can tell you is
that in XML files (which an XSLT stylesheet is),
attributes must be quoted:
match="/" and match="//DL"
Any advice beyond syntax help will require a problem
description.
--Debbie
--
======================================================================
Deborah Aleyne Lapeyre mailto:dalapeyre@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9633
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|