That does work, somewhat, but when i have to run the select where id = some userid. it will still only give me back the recordsets that have that skill inforamtion not the full lsit of skills, with their corresponding information if any, for that particular user.
?????
i can not get that values for each skill, if any to display for the corresponding skill of a user.
i have a table of skills.
Table_Skills
ID
Skill
CategoryId
and a table for employee skills
Table_EMPL_Skills
UserID
SkillID
Rating
LastUsed
Years
What i am trying to accomplish is...
I have a form where the user chosses a month, the form is submitted and xml is created. from that xml i grab the data and output the data from an xsl back in the same form. this is to allow changes before it gets submitted to the db. but the selects dont have the corresponding option values...
here is some code i am working with.
test.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
<form1>
<month>05</month>
</form1>
test.xsl
<?xml version="1.0" encoding="UTF-8"?>...
Is it possible to place, lets say a list of countries in a dtd, and then call that in a xsl file to be palced in a select box.
i have a list of countries in a select box in the html form, but when the xml is created i only get the one country that they choose. i display the form back to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.