Skip to content

Dart-xml return null for XmlText value property#76

Open
Nimo11 wants to merge 8 commits intowitochandra:masterfrom
Nimo11:master
Open

Dart-xml return null for XmlText value property#76
Nimo11 wants to merge 8 commits intowitochandra:masterfrom
Nimo11:master

Conversation

@Nimo11
Copy link

@Nimo11 Nimo11 commented Jun 5, 2024

According to this answer :
(https://github.com/renggli/dart-xml/issues/183)

.findElements('title').firstOrNull?.value doesn't work.

it could be replaced by

.findElements('title').firstOrNull?.innerText

@Nimo11 Nimo11 changed the title Dart-xml return null for WmlText value property Dart-xml return null for XmlText value property Jun 5, 2024
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