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]
Other format: [Raw text]

RE: creating links to resource files listed in XML file


> From: Michael Kay [mailto:michael.h.kay@ntlworld.com]
> > <a href='&lt;xsl:value-of select="$myVar"/&gt;'>
> 
> Another user searching for attribute value templates.
> 
> <a href="{$myVar}"/>
> 
> I don't know why so many people have difficulty finding this 
> particular
> syntax in the books and tutorials: could you tell us where you looked
> before raising the question here?
> 
In my office I can always tell when somebody else has been digging
around
in the code because I get lots of <xsl:attribute/> tags appearing. I
think
it's just a syntax that doesn't really fit into the whole XML tag idea.

Also can I ask why < and > aren't allowed in attributes in XML/XSL. Is
it
just to make parsing easier?

Richard Mitchell
Software Development Manager
http://www.vbnonline.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]