duniyadnd
05-10-2003, 12:32 AM
Trying to create a link via xml/xsl
?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="xslfile.xsl"?>
<SITEREVIEW>
<BasicLinkInformation>
<IDcode>4</IDcode>
<sitename>site_Name</sitename>
<sitelink>http://link</sitelink>
<contact>email@somewhere.com</contact>
<type>Informational</type>
</BasicLinkInformation>
</SITEREVIEW>
How can make a link come out in xsl from "sitelink"??
Thanks
Duniyadnd
?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="xslfile.xsl"?>
<SITEREVIEW>
<BasicLinkInformation>
<IDcode>4</IDcode>
<sitename>site_Name</sitename>
<sitelink>http://link</sitelink>
<contact>email@somewhere.com</contact>
<type>Informational</type>
</BasicLinkInformation>
</SITEREVIEW>
How can make a link come out in xsl from "sitelink"??
Thanks
Duniyadnd