Thanks for replying Brain.
> What are you trying to do directly in the XSL?
I have to create 10 forms in 6 languages, each form will have minimum 5
views in it, so its like maintaining 5views x 6lang x 10forms = 300views,
which is not a practical and good idea.
So I want to create a single language resource xml file (contains the
headings and titles in different languages).
The view1.xsl will check the local language settings, load the appropriate
headings and titles from the external xml in to view1.xsl using xsl:param and
assign that to the display variables. With this approach i have to maintain
only 50views.
Now i would like to detect the local language settings using view1.xsl, so
that i can load appropriate external xml tags.
Is it possoble ? Or do you have anyother solution for this problem.
Thank you.
Regards
Balaji
> What are you trying to do directly in the XSL? We've suggested multiple
> views because those are much easier to edit directly in the designer, and it
[quoted text clipped - 26 lines]
> > Regards
> > Balaji
Balaji - 28 Oct 2004 18:13 GMT
BTW I was able to load an external xml file in View1.xsl using
<xsl:param name="testname" select="document('resource.xml')/en/title1" /
Balaji - 29 Oct 2004 13:33 GMT
Any help would be appreciated.
Thank you.
> Thanks for replying Brain.
> > What are you trying to do directly in the XSL?
[quoted text clipped - 47 lines]
> > > Regards
> > > Balaji