PDF to XML

I have a pdf employment application form on a clients site that the user fills out and sends back all within the site. However, when the client receives the file it is in XML format and cannot be opened by the client as a pdf. The client doesn’t have Adobe Acrobat so I need a way for them to have this open in either Acrobat Reader, Microsoft Word or something similar.

Any help is greatly appreciated!

Thanks,

Sam

You can develop an utility which takes XML as the input at the client side and convert to a word document using XSL:FO (XSL:Formatting object).