Giter Club home page Giter Club logo

Comments (6)

sardinecan avatar sardinecan commented on June 10, 2024

J'ai ajouté une branche noNamespace au répertoire git.
Les branches master et noNamespace sont identiques, à l'exception du namespace xpr.

from xpr.

sardinecan avatar sardinecan commented on June 10, 2024

Aucun problème rencontré avec Chrome et Safari.
Version de Firefox : 66.0.3 (64 bits) (dernière au 12/04/2019)

from xpr.

emchateau avatar emchateau commented on June 10, 2024

Il me semble avoir vu un très vieux bug qui parlait d’un problème de support des namespaces dans Firefox. Du coup, cela ne serait pas réglé...
Ce qui explique aussi que quand j’avais essayé les namespaces, cela ne fonctionnait pas !

from xpr.

sardinecan avatar sardinecan commented on June 10, 2024

Pour des essais ultérieurs, un exemple minimal (qui ne fonctionne pas avec ff) :
https://gist.github.com/sardinecan/9a29df0e1ee12f8bd647301d15cdc2a7

from xpr.

sardinecan avatar sardinecan commented on June 10, 2024

Il me semble avoir vu un très vieux bug qui parlait d’un problème de support des namespaces dans Firefox. Du coup, cela ne serait pas réglé...
Ce qui explique aussi que quand j’avais essayé les namespaces, cela ne fonctionnait pas !

Pourtant, d'après la doc de ff, ça devrait… Troubleshooting XForms Forms

If the instance is not in the empty namespace (xmlns=""), then all binding expressions must use a prefix bound to the namespace. XPath 1.0 expressions do not have a default namespace, so a prefix must always be specified if the namespace is not the empty namespace.

from xpr.

sardinecan avatar sardinecan commented on June 10, 2024

Pour archivage, la solution est donnée ici, c'est un problème connu du moteur mozilla (qui ne se bouge pas visiblement pour le résoudre)

<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:xf="http://www.w3.org/2002/xforms"
    xmlns:nfunc="http://example.net/xforms/new-functions/"
    nfunc:bogus="Workaround for FF's bug: https://bugzilla.mozilla.org/show_bug.cgi?id=94270">
</html>

from xpr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.