From: aik01 <ai...@un...> - 2025-09-24 06:32:54
|
Afaik, eXide edits XHTML in your case (see https://www.w3schools.com/html/html_xhtml.asp). Therefore attribute minimization is not allowed. Beware of selfclosing tags esp in instances because Fore itself will internally parsing your text as html. The handling of mimetypes within eXistDB is an other thing. Peter On Sunday, September 21, 2025 22:13 CEST, Henrik Nielsen <hen...@gm...> wrote: > I have just started using Fore with exist.db and have run into the problem > that eXide will not accept undefined attributes in Fore's custom elements. > So "<fx-fore create-nodes>" (without quotation marks in my page) is not > treated as a valid opening tag since the attribute "create-nodes" is > expected to be given a value. Does exist.db parse HTML as XML, disregarding > both the .html extension and the valid doctype declaration ("<!DOCTYPE > html>")? Or have I made some stupid mistake? > > The list archive was offline and I didn't find anything relevant at Stack > Overflow > > Henrik Thiil Nielsen |