Tagged Questions
The xfdl tag has no wiki summary.
3
votes
3answers
558 views
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 ...
2
votes
3answers
3k views
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, ...
1
vote
1answer
51 views
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 ...
1
vote
2answers
1k views
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 ...
0
votes
1answer
26 views
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 ...