Am I missing something here? In the default install of the demo store, I'm trying to output the XML of a product so I can see what attributes are available. To do this at the top of the product XSLT file below the product variable i have the following:
<xsl:copy-of select="$product" />
But I get nothing. If i select a specific attribute, I get the expected value, but whe I try to simply output the product XML, nothing is output.
Output XML
Hi Guys,
Am I missing something here? In the default install of the demo store, I'm trying to output the XML of a product so I can see what attributes are available. To do this at the top of the product XSLT file below the product variable i have the following:
But I get nothing. If i select a specific attribute, I get the expected value, but whe I try to simply output the product XML, nothing is output.
Any ideas?
Many thanks
Matt
Try outputting it inside a <textarea>.
You the man!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.