Questions tagged [xfdl]

Extensible Forms Description Language (XFDL) describes a class of XML documents proposed to the World Wide Web Consortium (W3C). XFDL is a high-level computer language that defines a form as a single, stand-alone object using XML structure. XFDL supports mathematical/Boolean computations, external code extensibility, the capture of multiple digital signatures and the ability for signatures to disable input or alteration on all or a portion of the form.

9 questions
17
votes
3 answers

How can I modify .xfdl files? (Update #1)

The .XFDL file extension identifies XFDL Formatted Document files. These belong to the XML-based document and template formatting standard. This format is exactly like the XML file format however, contains a level of encryption for use in secure…
CodingWithoutComments
  • 35,598
  • 21
  • 73
  • 86
6
votes
3 answers

XPath, XML Namespaces and Java

I've spent the past day attempting to extract a one XML node out of the following document and am unable to grasp the nuances of XML Namespaces to make it work. The XML file is to large to post in total so here is the portion that concerns me:
MrWizard54
  • 515
  • 2
  • 8
  • 20
2
votes
2 answers

Convert XFDL files to HTML?

If I have some forms in Extensible Forms Description Language (XFDL) format, is there a good way render them as HTML? Someone hasn't been kind enough to create an free XSLT file for doing this transformation, have they? What might my other options…
Chris
  • 9,986
  • 8
  • 48
  • 56
1
vote
1 answer

Wrong lines drawn on JPanel

I am developing an XFDL rendering application in Java. XFDL is a form definition language that is an extension of XML. The rendering class uses StAX to process the document and adds the required items to a customized JPanel for display. I've been…
MrWizard54
  • 515
  • 2
  • 8
  • 20
0
votes
1 answer

How to decode XFDL to XML with PHP

I have been scouring the internet trying to figure this one out. Any ideas would help. I'm trying to take an .xfdl file (base64gzip of XML) from my server and convert it to .xml with PHP for viewing and modification but, I can't see to figure out…
Higgsy
  • 324
  • 1
  • 14
0
votes
0 answers

xls get property of XFDL file

I'm converting XFDL to HTML and I've got a problem. In structure: ...
Miranda
  • 1
  • 1
  • 7
0
votes
1 answer

Parsing XFDL Contents - C#

I am tasked with ripping and stripping pertinent data from XFDL files. I am attempting to use XmlDocument's SelectSignleNode method to do so. However, it has proven unsuccessful. Represntative…
mcwagner
  • 31
  • 8
0
votes
1 answer

Converting PDF to PureEdge and modifing the PureEdge form

I have been looking for a program to convert PDF files (both types) to PureEdge, and be able to modify the PureEdge form (like adding a signature block). I can only find stuff for lotus forms, and was told that files used for PureEdge Viewer were…
0
votes
1 answer

getting the total weight of unique prodid

Hi everyone I need your help! I have been working on a code that will get the total weight of every unique product id that belong to a second level loop. Here's the code I am using. But the output I am getting is 110, which should be 60 only. Thank…
Kelly
  • 1
  • 2