Posted By:
Kuan_Zhang
Posted On:
Thursday, February 26, 2004 02:31 PM
Below are code i am working on text=text & " " text=text & " " text=text & " " text=text & " " text=text & " " text=text & " " text=text & " " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text=text & " " text=text & " " text=text & " " text=text & " " Pls take the look on "~~~~~" part, i wanna direct the 'Title'(which is showed in the browser) to a hyperlink. But part of the link string include the parameter
More>>
Below are code i am working on
text=text & "
"
text=text & "
"
text=text & "
"
text=text & "
"
text=text & "
"
text=text & "
"
text=text & "
"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
text=text & "
"
text=text & "
"
text=text & "
"
text=text & "
"
Pls take the look on "~~~~~" part, i wanna direct the
'Title'(which is showed in the browser) to a hyperlink.
But part of the link string include the parameter from
XML file which this xsl suppose to output, 'ID' in that
line.
I could not figure out a way to insert this ID in to the
link string dynamically without violating the "well formatted" rule.
Pls help me