Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajouter fonctionnalité de modifier les attributs #5

Merged
merged 10 commits into from
Nov 3, 2023

Conversation

Chao-Ma5566
Copy link
Contributor

Ajouter un slice de string AttrKeys dans struct XMLElement pour garder l'ordre des attributs.
Utilise Attrs au lieu de attrs pour stocker les attributs. (attrs est pour v3 quand Xpath est intégré).
Ajouter function AddAttribute() pour gérer le cas quand Attrs est nil, aussi pour stoker et modifier Attrs et AttrKeys.
Ajouter function extractParentAttributes() pour gérer les attributs de balise parent. ( @nomDeAttribut)
Ajouter function extractChildAttributes() pour gérer les attributs de balise enfant. ( nomDeBalise@nomDeAttribut)
Ajouter un constructor NewXMLElement() pour XMLElement.
Ajouter les tests pour test les fonctions et résultats de output.

@Chao-Ma5566
Copy link
Contributor Author

Supprimer tous les fonctionnalités et les tests liés au command.
Supprimer venom test.
Mise à jour de README.md

@youen youen merged commit dd8d2d6 into CGI-FR:main Nov 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants