IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Index du forum

Recherche:

Type: Messages; Utilisateur: Papy214

Recherche: Recherche effectuée en 0,01 secondes.

  1. Votes reçus
    +0 -0
    Réponses
    11
    Affichages
    2 221

    oups ... sorry Je me flagellerai ce soir en...

    oups ... sorry

    Je me flagellerai ce soir en rentrant :sm:
  2. Votes reçus
    +0 -0
    Réponses
    11
    Affichages
    2 221

    with XMLdoc.AddChild('Dossier') do begin ...

    with XMLdoc.AddChild('Dossier') do
    begin
    Attributes['xmlns'] := 'http://onaya.net/InterApp/Datas';
    Attributes['xmlns:xsi'] := 'http://www.w3.org/2001/XMLSchema-instance';
    end;

    ...
  3. Votes reçus
    +0 -0
    Réponses
    11
    Affichages
    2 221

    à défaut, une site très intéressant : ...

    à défaut, une site très intéressant :

    https://theroadtodelphi.com/2013/05/29/enabling-xpath-selectnode-selectnodes-methods-in-vcl-and-firemonkey-apps/
  4. Votes reçus
    +0 -0
    Réponses
    11
    Affichages
    2 221

    Pour retrouver facilement un node par un chemin...

    Pour retrouver facilement un node par un chemin complet jene sais pas si ça existe mais une fonction de 5 lignes suffit:



    function NodeOnPath(NodeBase: IXMLNode; NodePath: array of string):...
  5. Votes reçus
    +0 -0
    Réponses
    11
    Affichages
    2 221

    réponse partielle pour commencer

    var
    xml: IXMLDocument;
    node: ixmlnode;
    begin
    xml := NewXMLDocument;
    node := xml.AddChild('Dossier');
    node.Attributes['xmlns:xsi'] := '"http://www.w3.org/2001/XMLSchema-instance"';
    ...
Affichage des résultats 1 à 5 sur 5