User Profile

Collapse

Profile Sidebar

Collapse
tgow
tgow
Last Activity: Oct 28 '09, 08:10 PM
Joined: Apr 1 '09
Location: Dallas/Fort Worth Texas
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tgow
    replied to XSL not matching
    in XML
    Vielen Dank!

    Mit Freundlichen Grüßen,

    Todd
    See more | Go to post

    Leave a comment:


  • tgow
    replied to XSL not matching
    in XML
    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,

    Todd
    See more | Go to post

    Leave a comment:


  • tgow
    started a topic XSL not matching
    in XML

    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">
    ...
    See more | Go to post

  • tgow
    replied to XSLT match text then following sibling
    in XML
    It works..thanks for you help.

    Just an issue between the chair and the keyboard. ;^)

    Thanks again,

    Todd
    See more | Go to post

    Leave a comment:


  • tgow
    replied to XSLT match text then following sibling
    in XML
    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,

    Todd
    See more | Go to post

    Leave a comment:


  • tgow
    replied to XSLT match text then following sibling
    in XML
    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,

    Todd
    See more | Go to post

    Leave a comment:


  • tgow
    replied to XSLT match text then following sibling
    in XML
    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>
    ...
    See more | Go to post

    Leave a comment:


  • tgow
    started a topic XSLT match text then following sibling
    in XML

    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">
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 2 '09, 05:14 AM. Reason: added [code] tags
No activity results to display
Show More
Working...