tsuji,
That code works great for that specific example, but, the XML I posted was a simplified version. In case you feel like a challenge this early in the morning...
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<GSP VER="3.2">
<TM>0.016818</TM>
<Q>test</Q>
<PARAM...
tsuji,
Thanks for the reply and I'm glad you posted that example because it means I haven't been entirely off. Well, I've tried your example (as well as many variations!) and it's not working. So, I'm posting a minimized version of my code in the hopes that you can visually spot an error.
XML...
Hi all,
I'm fairly new to XSL/T and I've been trying to get this problem to work. Here's the set up. I have a document full of MT elements. They contain a N attribute and a V attribute. The N's always have values but the V's sometimes don't. Is it possible to match all empty V attributes and if...
Hey all,
I ran the following code in Firefox and the returned values were rather strange to me. Can anyone shed some light on what's being returned?
Code:
setInterval(function(event) {
console.log(event)
},200)
Data returned to console:
65
-9
-6
12
0
18
-9
9
-3
250
-12
-9
-6
-3
15
3
6
9
-3...
Hi all,
I'm fairly new to managing Apache and I have a few questions. The first is, how do I redirect depending on the login.
So, user comes to index.html and logins in as Dealer. I need to redirect them to dealer.html. Or they login as Marketing, I would then need them redirected to...
Hey all,
If I reference a JS or image file in page1.html like this
<script src="ext.js"></script>
and then in dir/otherpage.html I reference the same js file e.g.
<script src="../ext.js"></script>
Will it be in the browsers cache? What if I reference both files with an absolute path...
Hey all,
I have a query that looks like this:
SELECT tags.tag, assets.id FROM tags, assets WHERE tags.id=assets.id
it returns this...
+---------+----------+
| tags | id |
+---------+----------+
| east | 10 |
| west | 11 |
| bumper | 10 |
| coast | 11...
Hey all,
I have been developing a site and while still structuring the basic framework I decided to use iframes to display content and javascript to make the layout look exactly how I wanted it to. As I've continued to develop the site I've toyed with the thought of just leaving the javascript...
Hey All,
I have an iframe that holds a few "widgets". These widgets are draggable and if the user drags them outside the dimensions of the iframe, the iframe, of course, creates scroll bars. Is there anyway to detect when the iframe creates the scroll bars without constantly querying the size...
Or do you want to submit the form data to a pop up?
If so...
<form method="post" action="theform.asp" target="_blank">
<input type="checkbox" onclick="this.submit()" />
<input type="hidden" name="UserID" value="1" />
</form>
IMO, that's the easiest thing to do...
Matt
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.