Status/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Bryn Parrott / Bryn Parrott (bryn51)
Created: 01/12/2012
Components: Document Management, PDF manipulation
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 2
Problem:
Documentation Issue.
Location of coldfusion_ddx.xsd file on adobe server.
Documentation gives this location as:
<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">
Note space before coldfusion_ddx.xsd.
In any case, the file is not present aat this location, therefore the following commands fail always:
isXML
isDDX
validateDDX
on code that appears perfectly OK - in fact cut and pasted from the documentation.
Please put the DDX file back where it is supposed to be or update the online documentation (in every place) to the correct location.
Thanks,
Method:
<cfsavecontent variable="ddxfile">
<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="Title"/>
<TableOfContents/>
<PDF source="Doc1"/>
<PDF source="Doc2"/>
<PDF source="Doc3"/>
</PDF>
</DDX>
</cfsavecontent>
<cfset myResults=XMLValidate(ddxfile)>
<cfoutput>
Did custorder.xml validate against coldfusion_ddx.xsd? #myResults.status#<br><br>
</cfoutput>
Dump of myResults structure returned by XMLValidate<br>
<cfdump var="#myResults#">
Result:
[Error] :2:165: cvc-elt.1: Cannot find the declaration of element 'DDX'.
[Warning] :2:165: SchemaLocation: schemaLocation value = 'http://ns.adobe.com/DDX/1.0/coldfusion_ddx.xsd' must have even number of URI's.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3114267
External Customer Info:
External Company:
External Customer Name: Bryn Parrott
External Customer Email: 823805A04A7E3819992016B8
External Test Config: 01/12/2012
Attachments:
Comments: