These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

XFDF not loading document

baseballrock17
Registered: Aug 21 2007
Posts: 4

After generating an XFDF from ASP, I am getting the following error when trying to open the XFDF file:

Adobe Reader: The file you are attempting to open contains comments or form data that are supposed to be placed on . This document cannot be found. It may have been moved, or deleted. Would you like to browse to attempt to locate this document?

I feel like my XFDF should work. Can this error be explained? I have attached my XML code:

<?xml version="1.0" encoding="utf-8" ?>
-

-
-
Test Co.

-
Bob Smith

-
8/22/2007 12:00:00 AM

gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
Delete the "-" characters.

The string:

xmlns="http://ns.adobe.com/xfdf"

Should be:

xmlns="http://ns.adobe.com/xfdf/"

George Kaiser

baseballrock17
Registered: Aug 21 2007
Posts: 4
Absolutely!!

Thanks so much for the speedy response!