I want to dynamically yield something like this:
<iframe src="/descriptions/productspecs/FL005.html" frameborder="0" SCROLLING="NO" HEIGHT="550" WIDTH="600"></iframe>
I don't want to use the built-in product specs function.
I'd like to have this line in my XML package so I can insert an iframe on the page consisting of an html page that is named the product's SKU + .html
Question being.... How do I get the "<iframe src=/descriptions/productspecs/" + SKU + ".html frameborder="0" SCROLLING="NO" HEIGHT="550" WIDTH="600"></iframe>" to be generated within the XML package.