Register  Login       Search  
Forum  
 
  
 
Forum  Forum     
 
SearchForum Home
  XML Lab Products  nxslt  XSLT problem us...
 XSLT problem using nxslt2
 
Monadear
3 posts
Joined
8/19/2008

XSLT problem using nxslt2
Posted: 19 Aug 08 5:40 AM (N/A)
Hello All,

I am having a problem using nxslt2 with xslt keys.
Earlier i was using nxslt1 and the keys were working fine. Then when are tried to run the same code using nXslt 2, they doesn't work.
What i come to conclusion that nxslt2 does not take node set in the use attribute of <xsl:key>.

e.g.
<xsl:key name="AhpUid_key" match="IAS_Timesheet" use="IAS_TimesheetUid/parent/AhpUid/codeId"/>..... Works fine because codeId is a attribute
<xsl:key name="AhpUid_key" match="IAS_Timesheet" use="IAS_TimesheetUid/parent/AhpUid"/>........ Does not work because AhpUid is a node set containing two attributes.

But i sometimes i require a node set rather than only attribute.

Can anybody help me to find the solution as i am stuck at this point and need it badly.

Thanks,
Monadear
Monadear
3 posts
Joined
8/19/2008

Re: XSLT problem using nxslt2
Posted: 19 Aug 08 10:17 PM (N/A)
Hello Oleg,

I hope you understand my problem. I think this type of problem never happened to anybody.
Is there any change in the use of keys in xslt with nxslt2

Thanks,
Monadear
Monadear
3 posts
Joined
8/19/2008

Re: XSLT problem using nxslt2
Posted: 21 Aug 08 12:37 AM (N/A)
Than you so much.

Can anybody help me in providing any site address/forum/location where i can get the relavent answers for my queries related to nXslt2.

I didn't any answers here till now and its been a very long long time.

Regards,
Monadear
  XML Lab Products  nxslt  XSLT problem us...
Forum Home  Search