Guest User

Untitled

a guest
Jun 19th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!-- if -->
  2. <xsl:if test="@id='005'">
  3. <p>Page 1 |
  4. <a><xsl:attribute name="href">/Gallery?galleryId=008</xsl:attribute>Page 2</a>
  5. </p>
  6. </xsl:if>
  7. <!-- endif -->
  8. <!-- if -->
  9. <xsl:if test="@id='008'">
  10. <p>
  11. <a><xsl:attribute name="href">/Gallery?galleryId=005</xsl:attribute>Page 1</a>
  12. | Page 2
  13. </p>
  14. </xsl:if>
  15. <!-- endif -->
  16. <!-- if -->
  17. <xsl:if test="@id='002'">
  18. <p>Page 1 |
  19. <a><xsl:attribute name="href">/Gallery?galleryId=009</xsl:attribute>Page 2</a>
  20. </p>
  21. </xsl:if>
  22. <!-- endif -->
  23. <!-- if -->
  24. <xsl:if test="@id='009'">
  25. <p>
  26. <a><xsl:attribute name="href">/Gallery?galleryId=002</xsl:attribute>Page 1</a>
  27. | Page 2
  28. </p>
  29. </xsl:if>
  30. <!-- endif -->
Add Comment
Please, Sign In to add comment