Questions tagged [child-nodes]

Child Nodes represents a node in a structured file like xml, html, json, etc.

127 questions
-1
votes
1 answer

javascript childNodes - how to get values? whi a console.logged value return undefined?

Ciao i have some xHTML like this: // [ wellformed xHTML here ] ` I would get the text string inside the last comment: "a comment here". Note: it's outside main html tag. I can log it…
-1
votes
1 answer

Cannot read properties of undefined (reading 'childNodes')

I am trying to parse a text to a text/xml and get the value that is inside a child Node but is giving this error to me (Cannot read properties of undefined (reading 'childNodes'). I want the value true inside of the GetValidUserPasswordResult. This…
-1
votes
1 answer

python api json childnode into pandas dataframe

I have a api json file with childnode. How do I unpack the childnode? Now I'm only getting everyting into one column see screenshot for code and illustration.
-1
votes
2 answers

how to get a value inside a child node without giving parent node in a xpath

I have a xml that looks like this I need to get value 20 or 50 without using parent nodes req and info can anyone help me with this?
-1
votes
1 answer

how to add a childNode to an element in javascript

I managed to add an input(text-field of login) childNode to a label(login)