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]

Re: xsl help


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


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