-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a dropdown to display status, which can be Enabled(true) or Disabled(false). Here is my xml instance.
<?xml version="1.0" encoding="UTF-8"?>
<page>
<file-name></file-name>
<status></status>
</page>
By default, status should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
Through XForms, I generate an XML document.
I need this XML document to be transformed by a specific XSL.
How do I link the XSL to the XML through XForms? Example of link:
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
(The XML doc gets regenerated every time the XForms submits…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am creating an Xform that reads an XML document and creates an input form for updating the document. However, apparently due to a namespace issue none of my Xpath expressions resolve.My form works fine on a simple instance when the instance file has no namespace.
However, I need the namespace support…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am using the Orbeon Forms solution to generate messages from filled-in web forms.
I read different code snippetse in Orbeon's wiki on XForms submission from a pipeline, and I tried different solutions but it doesn't work, and there is no example with a POST from a pipeline, caught by a PFC…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an XForm that has certain fields that may often be left blank (optional street address). Is there is technique to set a default value for that field, preferably a space (I am running into weird formatting issues with CSS). The html form way of value="" doesn't work, neither does setting a default…
>>> More