How do i define the values in my xsl to populate the key value pair in xsl?
I have tried using the jaxb using the data model defined while we dont have the data model defined how we can populate the data?
My class has input as HashMap<String,Object>
so if i want to populate some value in xsl how should i get that value in xsl ?
For Example i have key as "item" with value as ItemsList, which has several attributes like item number, item name.
How would i populate it in xsl?
No comments:
Post a Comment