perfphysio
New Member
hello I am using xsltproc to combine XML and XSL to create HTML Files.so far so good until now.I need to add:\[code\]<iframe src='https://payflowlink.paypal.com?SECURETOKEN=776OIGIHemE6xgpGcckDzIA8o&SECURETOKENID=c85d4c2610a92d761b7f445eaa55a7ff&MODE=TEST' width='490' height='565' border='0' frameborder='0' scrolling='no' allowtransparency='true'>\[/code\]but the xslt proc fails due to some of the characters in the 'src' I think the = is giving me problemshow do I escape these?