what does this mean select="/.." ?
Wed, 19 Mar 2008 11:12:53 -0700 (PDT)
select="/.."
What does it select ?
I'm more used to see
select="../".
thanks ...
|
Node With Children Question
Wed, 19 Mar 2008 14:55:31 GMT
Hi
lets say i have a node looks like below
<someNode>
<childNode name="a",address="some address"/>
<childNode name ="b",address="someaddress/>
<someNode>
if the above has like say 50 rows
What is the best way to find a Node and have the position in the child node
row also
for instance if chil ...
|
parameters question
Tue, 18 Mar 2008 10:13:05 -0700 (PDT)
Hi
I'm confused as to the use of parameters.
Is it possible in XSLT 1.0 to store and retrieve values in parameters
to perform other functions like
arithmetic ?
Thanks ...
|
Need clarification on parameters
Tue, 18 Mar 2008 09:49:52 -0700 (PDT)
Hi
I'm trying to find a time difference between 2 parameters but for some
unclear reason, it keeps giving me zeros.
<xsl:template name="findmintime"> prevMinTimeStamp -->
<xsl:param name="prevMinTimeStamp" select="@timeStamp"/>
<xsl:value-of select="$prevMinTimeStamp"/>
</xsl:template>
<xsl:templat ...
|
What does this XPath expression mean ?
Tue, 18 Mar 2008 03:12:09 -0700 (PDT)
Can anyone interpret this ?
select="/Results/*[not(@label = preceding::*/@label)] ...
|
Venta de Software
Mon, 17 Mar 2008 23:03:39 -0700 (PDT)
Visita mi página web y encuentra el software que buscas
OJO los precios publicados son válidos solo en VENEZUELA
SI TE ENCUENTRAS FUERA DE VENEZUELA CONSULTA EL PRECIO
LOS ENVIOS SE HACEN POR DESCARGA DESDE MI SERVIDOR.
WWW.MR-SOFTWARE.NET
...
|
Venta de Software
Mon, 17 Mar 2008 23:02:34 -0700 (PDT)
Visita mi página web y encuentra el software que buscas
OJO los precios publicados son válidos solo en VENEZUELA
SI TE ENCUENTRAS FUERA DE VENEZUELA CONSULTA EL PRECIO
LOS ENVIOS SE HACEN POR DESCARGA DESDE MI SERVIDOR.
WWW.MR-SOFTWARE.NET
...
|
|
|
XML POST in VB
Mon, 17 Mar 2008 06:58:03 -0700
I need sample code in VB (DOT NET 3.5 / aspx page) Visual Studio 2008 that
displays how to HTTP POST and XML message to a web Service. I have the WSDL
information located
http://www1.closingmarket.com/ClosingMarketService/cminterface.asmx ...
|
HTML parsing
Sat, 15 Mar 2008 17:09:11 -0800
I need to parse the following HTML page and extract TV listing data
using VC++
http://tvlistings.zap2it.com/tvlistings/ZCGrid.do
any good way to extract the data?
is easy for VC++ to call PERL script and do some regular expression?
since the HTML page is not XML well formed, I cannot use a XML parser
...
|
Ant, XLS, with multiple XML data files
Sat, 15 Mar 2008 07:51:28 -0700 (PDT)
Hi
I have 2 different xml data files with the same filename named zw.xml
in 2 separate directories.
Each contains lines similar to these lines below
<Results version="1.0">
<sample label="Confirmation" success="true"/>
In my xsl, I have <xsl:variable name="totalSuccess" select="count(/
Results/*[attribu ...
|