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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20124034.htm...
Zones:
XMLDate Answered: 06/01/2001 Grade: B 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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20295417.htm...
Zones:
XMLDate Answered: 04/30/2002 Grade: A 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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20350506.htm...
Zones:
XMLDate Answered: 09/06/2002 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20566886.html
Zones:
.NETDate Answered: 03/31/2003 Grade: A Views: 0
Is there any XMath pattern that tells me whether any node or attributes contains a certain value?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20679418.htm...
Zones:
XMLDate Answered: 07/17/2003 Grade: A 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
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20686846.htm...
Zones:
XML,
XHTMLDate Answered: 07/23/2003 Grade: A 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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20769190.htm...
Zones:
XML,
XHTMLDate Answered: 10/17/2003 Grade: A Views: 12
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20780429.htm...
Zones:
XMLDate Answered: 10/28/2003 Grade: A 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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20814066.htm...
Zones:
XMLDate Answered: 12/03/2003 Grade: A 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, ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20830951.htm...
Zones:
XMLDate Answered: 11/19/2004 Grade: A Views: 29