Guest User

Untitled

a guest
May 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <div id="menu">
  2. <ul>
  3. <xsl:for-each select="recursos/infoCategoria/descendientes/categoria">
  4. <xsl:sort select="nombre" order="ascending"/>
  5.  
  6.  
  7. <li><a href="#C1" title="ir a "> <xsl:value-of select="(nombre)"/>
  8. <xsl:for-each select="recursos/recurso"></xsl:for-each></a></li>
  9.  
  10.  
  11.  
  12. </xsl:for-each>
  13. </ul>
  14. </div>
  15.  
  16. <li><a href="#C1" title="ir a "> <xsl:value-of select="(nombre)"/>
Add Comment
Please, Sign In to add comment