Enter Keywords:
1 - 10 of 384(0 seconds)
Sort By:
 
Hi all. I'm trying to query an xml document with xpath and only select the nodes that fall within a specific date. Something like a between statement in sql.  I've looked high and low and I can...
Zones: XMLDate Answered: 06/01/2001 Rating: 7.2 Views: 0
I have the following XML document: <?xml version="1.0" ?> <data> <record>   <DEL_DATE>21-APR-2002</DEL_DATE>   <POINT>El Paso</POINT>   <POINT_ID>3928329</POINT_ID>   <REGION_ID>392817...
Zones: XMLDate Answered: 04/30/2002 Rating: 7.8 Views: 0
Hello, in need of help with sorting again... :-( <object>     <attribute id="12" parent_id="1" />     <attribute id="15" parent_id="12" />     etc... </object> There is a number of hie...
Zones: XMLDate Answered: 09/06/2002 Rating: 8.8 Views: 0
Ok, i have been racking my brain on this for the past hour now.. i have an xml file <?xml version="1.0" encoding="utf-8" ?> <root>   <Page name="Date Select">     <Controls>         <List...
Zones: .NETDate Answered: 03/31/2003 Rating: 8.0 Views: 0
Is there any XMath pattern that tells me whether any node or attributes contains a certain value?
Zones: XMLDate Answered: 07/17/2003 Rating: 7.8 Views: 0
I have a typical XML document. For simplicity sake, let's say it has 2 elements: <top>    <category title="first category">       <product title="first product">       Text for first product ...
Zones: XML, XHTMLDate Answered: 07/23/2003 Rating: 6.6 Views: 0
Hello, I have an xml like below.  I wanted to get the First element Attribute (ie, _application) and the last element attribute (ie, ¬sbusines) by using Java (JAXP, XPath ...). So, I need a clas...
Zones: XML, XHTMLDate Answered: 10/17/2003 Rating: 8.2 Views: 0
is it possible to search a node by the node name or part of a node name ie show me all the nodes that have the word 'Time' or '*Time' in their name?
Zones: XMLDate Answered: 10/28/2003 Rating: 8.6 Views: 0
Hi! I am new to XML and I would appreciate any help. I need to find all XML nodes which have value which includes given substring. For example: <name> abcd </name> <name> cdfg </name> <name> c...
Zones: XMLDate Answered: 12/03/2003 Rating: 9.4 Views: 0
I need to edit the IIS 6.0 config files (metabase.xml) and had a go with this code, trying to get a list of all defined websites, and write their name to console, but it does not seem to work, ...
Zones: XMLDate Answered: 11/19/2004 Rating: 8.8 Views: 0