User Profile

Collapse

Profile Sidebar

Collapse
maneshn
maneshn
Last Activity: Mar 2 '10, 07:26 PM
Joined: Jan 28 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • maneshn
    replied to how to insert a hyperlink in XSLT
    in XML
    Thanks a million. It has brought me one step closer to my goal.

    Now that I have the output as <a href='xxx.xx'</a> how would I code the XSL to change the output so that I get &lt;a href='xxx.xxx'& lt;/a&gt;

    Also you ask me to use code tags when posting code - I have no idea how to do this. I am new to this and would appreciate your guidance.

    Thanks
    Manesh
    See more | Go to post

    Leave a comment:


  • maneshn
    started a topic how to insert a hyperlink in XSLT
    in XML

    how to insert a hyperlink in XSLT

    I have the following piece of code used to map data from one AJAX form to another. However the output of the mapping has extra namespaces in it. how would I correct the XSL to have the correct output?

    i expect to receive:

    Code:
    <a href="http://server:9090/doc.pdf">copy of doc</a>
    instead I receive:

    Code:
    <a xmlns:xs="http://www.w3.org/2001/XMLschema" xmlns:gi="http://www.myplace.com/gi/AJAXForms/List1.gi"
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 28 '10, 03:06 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...