[ANSWERED] html – How do I grab the text from two different nodes/elements simultaneously as I am iterating in xslt?
Solution 1 : Here’s a way this could be done. Adapt the layout to what you need. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns_xsl="http://www.w3.org/1999/XSL/Transform" xmlns_xs="http://www.w3.org/2001/XMLSchema" version="1.0"> <xsl:output method="html" indent="yes"/> <xsl:template match="/"> <html>…