Does ns.adobe.com Still Exist?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<cfxml variable="pdf_ddx">
<DDX xmlns="http://ns.adobe.com/DDX/1.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">
<PDF result="Out1">
<PDF source="Doc1"/>
<PDF source="Doc2"/>
</PDF>
</DDX>
</cfxml>
<cfif IsDDX("#pdf_ddx#")>
Is DDX <br>
<cfelse>
Is NOT DDX <br>
</cfif>
</body>
</html>
The result is "Is NOT DDX"
