Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
81 Points
93 Posts
Dec 10, 2008 08:15 PM|LINK
when it tries to load the string it throws {"Illegal characters in path."}
the contents of the string variable is:
<?xml version='1.0' encoding='UTF-8'?><xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'><xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/><xsl:template match='/'> <head><title>Error Output</title><body><h1><xsl:value-of select='Application' /> - Error</h1><table><tr><td>Method:</td><td><xsl:value-of select='Method' /></td></tr><tr><td>Message:</td><td><xsl:value-of select='Message' /></td></tr><tr><td>Trace:</td><td><xsl:value-of select='Trace' /></td></tr></table></body></head></xsl:template></xsl:stylesheet>
kevison
Member
81 Points
93 Posts
Re: how do i load xlt string into XslTransform object
Dec 10, 2008 08:15 PM|LINK
when it tries to load the string it throws {"Illegal characters in path."}
the contents of the string variable is:
<?xml version='1.0' encoding='UTF-8'?><xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'><xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/><xsl:template match='/'> <head><title>Error Output</title><body><h1><xsl:value-of select='Application' /> - Error</h1><table><tr><td>Method:</td><td><xsl:value-of select='Method' /></td></tr><tr><td>Message:</td><td><xsl:value-of select='Message' /></td></tr><tr><td>Trace:</td><td><xsl:value-of select='Trace' /></td></tr></table></body></head></xsl:template></xsl:stylesheet>