Vielen Dank!
Mit Freundlichen Grüßen,
Todd
User Profile
Collapse
-
I believe I have them correct:
XML file:
xmlns="http://www.keynote.com/namespaces/tstp/script"
XSL file:
xmlns:app="http ://www.keynote.com/namespaces/tstp/script"
Thanks in advance,
ToddLeave a comment:
-
XSL not matching
Hi All,
Here is my xml:
...Code:<script> <actions> <actions> <step type="Navigate"> <query> <parameter name="Name"> <variable type="Static"> <![CDATA[site]]> </variable> </parameter> <parameter name="Value"> -
It works..thanks for you help.
Just an issue between the chair and the keyboard. ;^)
Thanks again,
ToddLeave a comment:
-
The value of "joe" is dynamic. The value of "site" is static. If I find "site" the I need the following sibling which is the value of "joe" in my example but it could be anything.
Thanks again,
ToddLeave a comment:
-
Thanks for the reply. This gets me closer but it is just a Boolean true/false. What I would like to do in pseudo-code is if the following:
if (site = true) exists
then
grab the following-sibling value (joe)
Do I need to use a variable for this or the choose logic?
Thanks in advance,
ToddLeave a comment:
-
I have a large XML files that repeats the following XML:
...Code:<script> <action> <actions> <postdata> <input type="Data"> <parameter name="Name"> <variable type="Static"> <![CDATA[trans]]> </variable>Leave a comment:
-
XSLT match text then following sibling
Hi Everyone,
I have the following XML:
...Code:<input type ="Data"> <parameter name ="Name"> <variable type="Static"> <![CDATA[site]]> </variable> </parameter> <parameter name="Value"> <variable type="Static">
No activity results to display
Show More
Leave a comment: