In metadata, the term data element is an atomic unit of data that has precise meaning or precise semantics.

learn more… | top users | synonyms

-3
votes
1answer
32 views

How to remove a node from a Javascript array

So...I have this array: val['an_element'][0]['another_element'][2]['text'] I want to get rid of the entire "2" node. Now...I THOUGHT the way to do this would be: delete ...
0
votes
0answers
22 views

PHP DomElement get HTML

So I have an html file that I am going to be passing in to DomDocument. After that, I'm going to be calling findElementById (could be wrong name, I'm writing this from memory). At that point I will ...
-2
votes
3answers
43 views

How to sort my list from lowest to highest

I'm creating java program. There is text file with data, program read data, after It added to list I need It to sort list from lowest to highest. This is my part of code where file is readed and ...
0
votes
1answer
9 views

How do I pick a sub-element in Yahoo Pipes?

Below is an example of the type of RSS structure I am trying to parse (it is not complete for ease of explanation): <rss> <item> <span> <a ...
0
votes
1answer
15 views

jQuery mobile pageshow getting element position

In my jQuery Mobile app I want to "slide" the UI to a certain position when a page is displayed but it seems that when I get the offset object of the element on the page I want to slide to in the ...
0
votes
0answers
5 views

change childern element value from subframes?

hi lets say we have three html file : test.html : <html> <frameset rows="50%, 50%" id = "dd"> <frame name="f1" src="frame1.html"> <frame name="f2" src="frame2.html"> ...
0
votes
0answers
21 views

Selecting javascript generated elements in an iframe Selenium 2

I'm trying to select one of the odds buttons in this site, as if going to make a bet: http://www.12bet.co.uk/EuroSite/Euro_Index.aspx?20110303 I'm using Selenium 2 with Java language bindings. I can ...
0
votes
1answer
21 views

Prevent all slideUp functions from firing on one element only

I created a drop-down menu but the menu is designed so that it can easily be changed without any HTML knowledge. Hence, the navigation tabs and the drop-down menu's are not within the same elements. ...
0
votes
0answers
71 views

Using “mod (%)” Operator For Getting Access to A Certain Element In the Vector

How can I use mod(%) operator to get access to a certain element in a vector in c++? The following line is already recognized erroneous by the compiler. ...
-2
votes
0answers
50 views

Android java ArrayList first element not detected (index 0) [closed]

I've just been writing a small program that runs through two ArrayLists which are populated via for loops and then used to index a HashMap containing numeric bvalues used to sum totals. It's for a ...
0
votes
3answers
40 views

Looping over a Bash array: getting the next element in the middle of the loop

Searching an array (lines_ary[@]) which has read a file into it, I'm trying to find a version number in the text. Here I am looking for Release, so I can find the version number that follows. Is ...
0
votes
1answer
36 views

Forced to use template?

This code from Dart worries me: bool get isTemplate => tagName == 'TEMPLATE' || _isAttributeTemplate; void _ensureTemplate() { if (!isTemplate) { throw new UnsupportedError('$this is ...
-1
votes
2answers
35 views

Unknown origin of space between 2 div elements

There is a sizeable space between 2 div elements, div header and div content, in my php page, and I cannot figure out where it's coming from or why it's there. HTML: ... <div id="header"> ...
0
votes
0answers
20 views

How can I change the behaviour of all elements of all my zend forms

What I need is to add a param on every element of every form I got. Without having to change the class I'm extending/instantiating (nether form nor element). I need to add a param on all my ...
1
vote
1answer
30 views

Google Chrome's “Inspect Element”: CSS Hints?

When writing css on Chrome's "inspect element", it shows a list of possible values once you type the first few letters (e.g, bac...then it shows a list of possible properties to choose from, such as ...
0
votes
0answers
4 views

How can I remove all the subelements of an element in XmlDocument

I just want to remove all the subelements of an element. Example : I want to turn this: <note> <to>Tove</to> <from country="USA" language="English">Jani</from> ...
0
votes
1answer
31 views

Java DOM parsing of XML- can't get attributes from child-child nodes

I'm trying to parse an XML document using DOM parser in java. I need to get the values of various attributes. I'm trying to parse the following document: <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
0answers
21 views

Why does this audio element javascript call play twice in Opera 12.15?

I call an audio element to play using javascript and in Opera 12.15 the sound plays twice, with a varying delay between the first and repeated sound. This doesn't seem to happen in the IE, Safari or ...
1
vote
2answers
29 views

write elements in a list in prolog

I am learning prolog. How do you write elements in a list in prolog where the list may contains elements beginning with a capital letter. for example: I have the predicate my_write/1 my_write([]). ...
0
votes
3answers
34 views

How can I match product ID attribute from my xml and then put the product elements into an array

I have xml structured like below and I want to loop over the xml with php and match the product id attribute. If I get a match I want to add the product elements to an array and return them from a ...
0
votes
1answer
22 views

Read XML Root Attribute Value in Classic ASP

I've the following XML <response key="12345"> <colours> <colour>Red</colour> <colour>Blue</colour> </colours> </response> In Classic ASP how ...
0
votes
1answer
30 views

What are the available value(s) for “seed for Randome Function” used in JMeter for Random Variable config Element

Need to know what are the available value(s) for "seed for Random Function" used in JMeter for Random Variable config Element. (It would be better with examples)
0
votes
1answer
34 views

C : initializer element is not constant

I'm learning fork() in C and I'm having these errors: app.c:13:1: warning: data definition has no type or storage class [enabled by default] app.c:13:1: error: initializer element is not constant ...
0
votes
3answers
33 views

jquery finding an element with known class and value

im trying to get an element using jquery who has a certain class and also a specific value which only one of the elements who have that class have. for example <div class="asd" ...
3
votes
3answers
81 views

can't read Element.prototype in firefox

If I run this javascript: var a,b=Element.prototype; for(a in b)b[a]; Firefox gives me this error: TypeError: Value does not implement interface Element. Here is a test case: ...
0
votes
3answers
62 views

Remove element from vector error C++

I know this might seem as a duplicate question, but it is not, I have a problem with a function and don''t know why it behaves like that. I have a vector which holds elements of type MyMaterial** ...
0
votes
1answer
38 views

HTML/CSS Pushing element's bottom border till the end of screen, if using 960 grid

I just started making website layout using 960 grid system made by nathansmith and can't figure out how to push the element's bottom border till the end of screen, while keeping the element within ...
0
votes
1answer
31 views

Jsoup in Android, extracting the “middle word” in text from an element after title=

Im making an Android App and i need help with targeting a specific text in an Element This is where im at: Elements bookietemp = item.getElementsByClass("name"); String bookie1 = ...
0
votes
0answers
3 views

Scale on media queries css3

I have a div that gets its size from the child element. I am using media query to change its child element size when I give specific value it works the parent element is been re-sized correctly, when ...
0
votes
0answers
43 views

XSLT stylesheet for creating an XML Schema Definition

My input data looks like this: <?xml version="1.0" encoding="UTF-8"?> <ns1:queryResponse xmlns:ns1="http://abc.com/"> <ns1:result> <ns1:records xmlns:ns2="http://def.com/" ...
-3
votes
0answers
8 views

element positioning problems? [closed]

i have structure on my website. http://www.terranartworks.com/testsite/tsv1/index.html i'm trying to make the red point will slide with mouse movements.i can do this.but i want to stop at the center ...
0
votes
1answer
31 views

Making action when element appear on screen with jquery

how do I check during a scroll when an element "# my_div" appears on the screen with jquery?? and if it appears to do certain actions
0
votes
1answer
17 views

Add a design element to my .aspx website

microsoft.com kavos-aparatai.lt These websites have an element on the top of there pages that slideshow images and that are hyper linked. How can I make something like this in my Visual Studio?
0
votes
1answer
70 views

Nesting element directives can't access parent directive scope

I've been struggling with this for quite some time and I can't figure out how to resolve this issue. I'm trying to make a grid directive which contains column directives to describe the grid but the ...
-2
votes
2answers
25 views

How to remove class if the content of an element is equal to another Jquery

I have a problem on my script, i would like to know : How to remove a class if the content of an element (such as div, img, etc) is equal to another content of another element (such as div, img, etc) ...
0
votes
1answer
29 views

Why mediaelementplayer.js fails with Firefox 21 & Opera 12.15

I am using a Max OSX 10.6.8 and I have test video page here. and on that page the mediaelementplayer.js works fine with Chrome 27 and Safari 5.1.9. However it fails with Firefox 21 & Opera 12.15. ...
-6
votes
0answers
51 views

push_back changes all values in vector [closed]

I have a vector and I am trying to add elements to it, however when I run the following line of code blockList.push_back(*new Block(selectedBlockType,x,y)); All the values get changed, I know this ...
0
votes
3answers
32 views

How to target items

I have currently a main style sheet, but multiple pages using that sheet, i do not want to make multiple style sheets, as I am using PHP to out put it. How do I target specific elements such as a text ...
1
vote
2answers
34 views

Prolog. Sum of the elements of two lists of different length

Please help me! I need to find sum of the elements of two lists of different length. It should look like: ?-p([1,2,3],[1,2,3,9],L),write(L),nl. L = [2,4,6,9]. p([],_,[]). p(_,[],[]). ...
0
votes
0answers
120 views

Get value of an element on Angular.js

I am trying to figure out what is the correct way to get the value of an element in Angular.js. I am inserting a JSON called options and printing out the values into label tags. The searchStep2 ...
2
votes
2answers
33 views

Deleting XML element in Java

I have an XML: <?xml version="1.0" encoding="UTF-8"?> <songs> <song> <title>Gracious</title> <artist>Ben Howard</artist> ...
-1
votes
1answer
43 views

Putting element last in linked list c++

I would like to get some help on how I should write this add() function on how to put the elements in the last spot of the list. It looks like this at the moment: I've edited it and have my class up ...
0
votes
3answers
47 views

Get an element inside an iframe with javascript

how to get Element From an Iframe? i want when the attribute of an element that its in a frame is true; it show a text, and else show another text; (sorry for bad english!) like that: <!DOCTYPE ...
2
votes
2answers
83 views

Removing element from .NET array .remove method not working as expected (Powershell)

I have some code where I'm trying to use the .NET way of working with arrays in Powershell and the .remove method is not removing the element I want (processname "wssm" in examples 2 and 3). I'm doing ...
0
votes
2answers
46 views

Jquery Dynamic element not being recognized

I seem to be stuck on an issue related to dynamic element creation. Elements added to DOM are not being recognized by jquery ".children" method. I want to hide my data before they are prepended, push ...
0
votes
1answer
40 views

PHP XML DOM - Distinguishing nodes based on parent attributes/elements

First of all, thanks for the time reading this :) I need help reordering an XML feed. I've tried many things and researched, but can't come up with a solution. <xml> <group> ...
0
votes
0answers
54 views

Append link-element to DOM

I'm trying to add touch icons for a webpage. This page is handled by a CMS (LifeRay) and since I don't have access to the templates I can't add the elements to my head element by altering the ...
0
votes
4answers
74 views

Remove element from DOM

I have a code: <ul class='mates'> <li class='m' id='1'>Jakub</li> <li class='f' id='2'>Vinnie</li> <li class='m' id='3'>David</li> </ul> This ...
0
votes
2answers
30 views

XSLT remove duplicate children

I am looking for an XSLT transformation to de-duplicate the children element of a parent. In my case both parent and children are given (i.e I don't want to deduplicate any children of any element). ...
-2
votes
0answers
57 views

How to create an element inside another using JAXB in Java?

I already posted this question before but there was something wrong i antecedently wrote in the code and when i corrected it i think it was too late to be viewed again. I have a java code i'm using ...

1 2 3 4 5 32