Tagged Questions
The nodesets tag has no wiki summary.
11
votes
7answers
2k views
Visualization Tools for Huge Graphs
I would like to create a graph (set of vertices connected with edges) and I'm looking for tools or libraries that can help me.
The graph is composed of at least 1000 nodes. Although it may be a ...
4
votes
6answers
1k views
Find position of a node within a nodeset using xpath
After playing around with position() in vain I was googling around for a solution and arrived at this older stackoverflow question which almost describes my problem.
The difference is that the ...
2
votes
1answer
513 views
XPath NodeSet in Java
I have this code in eclipse
NodeSet nodes = (NodeSet) xPath.evaluate(expression,inputSource, XPathConstants.NODESET);
and its giving me compile time error on NodeSet.
These are the stuff that I ...
1
vote
3answers
64 views
Is this XPath technique reliable in all situations?
I am developing an application that accepts user-defined XPath expressions and employs them as part of its runtime operation.
However, I would like to be able to infer some additional data by ...
1
vote
3answers
169 views
XSLT 1.0: restrict entries in a nodeset
Being relatively new to XSLT I have what I hope is a simple question. I have some flat XML files, which can be pretty big (eg. 7MB) that I need to make 'more hierarchical'. For example, the flat XML ...
1
vote
3answers
1k views
0
votes
0answers
27 views
html <td> tags not repeatble with xfroms
i am a beginner at coding with xforms. I am trying to implement a table using repeat nodeset; I can repeat the rows but I cannot repeat the columns. I am using XSLT style sheet, internet explorer v.8 ...
0
votes
0answers
59 views
Growing nodeset error
I've a routine running on my web server, it requests an XML file from another server and add some elements from this XML into my MySQL server, it has been running without any problems until now, i'm ...