Thanks for your response,
That would work.. if i were trying to get a child node of the file's "tag" child node(or just the tag node without your trailing /). But i was seeking to return only the file node as I stated in my original post. My second post covers the solution to my initial...
ok, I had to narrow the translate function down further to the attribute value only
like this
/files/file[tag[translate(@text,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')=translate('SAM','ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')]]
Cheers
MCSD, VB.Net <%_%>
Hello,
I'm running into an issue when using the translate function on an xpath query. Basically, my xpath statement is only catching elements when they are the first child of a node if i use the translate function
So if this is my xml
<files>
<file id="1">
<tag type="General"...
It's not a good idea to use vbscript/dom to display the xml/xsl data for compatability/speed.
I would try an xml server control instead or javascript
Have a look here for an example of the xml control...
Are you saying that you want to merge the multiple xml reports into one final report?
If so, and if the report generated for each modem has a static naming convention, then I think that you would be best to make a master xml which refernced each of the other xml's as entities. you could then...
Have you tried using the rss image element?
http://www.w3schools.com/rss/rss_tag_image.asp
<item>
<title>Mademoiselle Victorine by Debra Finerman</title>
<link>http://www.bestsellersworld.com/reviews/finerman-mademoiselle_victorine.htm</link>
<image>...
any thoughts on this guys? i cant get a new drive to copy and reformat for a few more weeks and this has got me worried
Thanks
MCP, .Net Solutions Development <%_%>
hey all,
Ive been doing a little work on a hd of mine and made the mistake of running partition magic in vista. so now i have a drive that shows up fine in vista, but says bad disk to partition magic. If i try to mount it with Linux i receive, "this disk has not been initialized" vmware doesnt...
the problem appears to be centralized around inline css. ie
\
css declared within the text being assigned to innerHTML
/
ive adjusted this for now, but i would like to know a way to correct this in the future
MCP, .Net Solutions Development <%_%>
hello
ive got the following html
<ul class="entrydates">
<li>
<b>Submitted On:</b>2007-05-07</li>
<li><strong>Expires:</strong>2007-06-15</li>
<li><em>Last Edited:</em>2007-05-07</li>
</ul>
Im attempting to highlight part of it(along with the rest of the message), however,when i run the...
this is what im thinking.
the higlighter template uses before term and after
so
$text = <a href="http://www.walkthroughs.com">Simple steps to walkthrough</a>
$what = walk
before1 = <a href="http://www.
term1 = walk
after1 =throughs.com">Simple steps to walkthrough</a>
im thinking that i...
hello,
Ive come across a highlight function that i was able to add to a search feature i have on a page. however the current method it uses will wrap text that is found even inside of html so its making the tags no longer work. has anyone dealt with this type of thing before?
here's the...
If i could edit that id adjust Id add some spaces in that line above to fix the ugly way this page now renders,
heres an attempt to repost the question
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Hello, Im having an issue wih a css tool tip script I came across. basically my issue is related to the z-index property. Even though my tooltips are set to z-index > 0.. on display they appear behind any absolutely positioned divs. If i set the absolutely positioned divs to z-index of -1 the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.