How to validate XHTML with XForms?
Hello.
Is there any way XForms could be put in an XHTML document and still validate against the XHTML DTD? Is there another DTD for XHTML+XForms like XHTML+SVG+MathML?
------
<xsl:for-each select="problem"><xsl:value-of select="solution"></xsl:for-each>
__________________
------
<xsl:for-each select=\"problem\"><xsl:value-of select=\"solution\"></xsl:for-each>
|