Re: [Xsltforms-support] Problems with XForms as default namespace

2020-06-07 Thread Alain Couthures
Hi Jay, Attempts with cannot work because this element has no namespace instead of XForms namespace. It is a better practice to explicitly add xmlns="" at the document element of the instance instead. --Alain Le 8 juin 2020 à 07:52, Jay St

Re: [Xsltforms-support] Problems with XForms as default namespace

2020-06-07 Thread Jay Straw
Hi John, Thanks for the link! I've been using application/xml for all of my attempts, and it's worked except when I structure things as I did in examples 2 and 4. After reading your link, I just tried text/xml, application/xhtml, and application/xhtml+xml, and it made no difference unfortunately

[Xsltforms-support] Problems with XForms as default namespace

2020-06-07 Thread Jay Straw
Hi! I just started learning XForms a few days ago, and started doing so in XSLTForms. So far, it's worked great! But I have discovered that XSLTForms fails to work when I try to apply the XForms namespace URI as the default namespace on and, say . I built these examples to further understand my