Questions tagged [nodename]
41 questions
0
votes
1 answer
Shell script to retrieve node NAME from XML file
I have a XML file like below, I am trying to retrieve the first child node name and store it in an array and use it for reading the attributes.
|

Mowgli
- 143
- 2
- 11
0
votes
1 answer
Chrome says Cannot read property 'nodeName' of undefined, IE6 is fine, using Google Map API
I have an XML file in the following structure.
name text
desc text
57.149328033771
-2.12561060173764
9985
I'm using Google…

Sivakanesh
- 817
- 4
- 13
- 36
0
votes
2 answers
How do I save a high score number in Xcode SpriteKit even if I exit the app and reopen it?
I have a video game app that I have created in Xcode, SpriteKit with a "Game" template application. My game has a score label that keeps track of the score and is updated when the player scores a point. Below is the code I have created for the two…

Shaun
- 1
- 3
0
votes
1 answer
How do I retrieve a node in Xcode Scenekit if it's out of scope?
Here is the Scenekit code instead of sprite kit. So i'm trying to access the box within the touches began method using it's name which in this case is "box" but it's out of scope and I try'd using the same technique like spritekit but it's not the…

Shaun
- 1
- 3
0
votes
1 answer
Is <:nodename> a valid xml node name?
I read milions of questions about xml node naming rules. But none of them answer the simple question: Can the node name start with colon?
Example:
<:nodename>Inner text
This can be associated with empty namespace (global namespace). But…

Jacek Kowalewski
- 2,761
- 2
- 23
- 36
0
votes
3 answers
If first child is iframe
I am trying to find out if the first child of one div is an iframe and if so, prepend it to another div. I am doing something very similar with images but they are easier to locate in that they will always be inside of the first p element. This is…

WordPress Mike
- 448
- 2
- 6
- 21
0
votes
1 answer
jquery: how can i know which element has a z-index when you click on the link?
How can I find which element has a z-index when you click on the link? For instance,
html,
-1
votes
1 answer
nodeName returns more often than expected
I've got some code that's reading an XML document and then using that to build the HTML page. Similar to markdown I suppose. I've simplified the below code but effectively that JS line at the end with CAROUSEL in it is looking at the XML, but it…

Lumnock
- 1
- 1
-1
votes
1 answer
-1
votes
1 answer
jQuery and setTimeout: TypeError: g.nodeName is undefined
I'm having problems with a script. I'm using a jQuery.post function inside a setTimout and it returns TypeError: g.nodeName is undefined on Firebug. Here's my script:
jQuery(function($) {
var timer;
$("#tabela-orcamento .item .item-qtd…

Ricardo
- 11
- 1
- 1
-2
votes
1 answer
Display value of view columns on jenkins using jenkins pipeline
I'm using jenkins pipeline. I can get the value of the node name that my job is running on like this: echo "NODE_NAME = ${env.NODE_NAME}"
Now I want to display the value of NODE_NAME on view of jenkins UI in the red circle below. How can I do it?…

Quyen Nguyen
- 1
- 3