XML Forms and i18n

2002-07-29 Thread michael_hampel
Hello, first I want to thank you for your great help in the last days. We have solved the problem now with your proposed solution: tagging the xml with a stylesheet. Our xml now looks like this: xsl:template match=document document xsl:apply-templates/

RE: XML Forms and i18n

2002-07-29 Thread Piroumian Konstantin
From: [EMAIL PROTECTED] Hello, first I want to thank you for your great help in the last days. We have solved the problem now with your proposed solution: tagging the xml with a stylesheet. Great to hear that. Would you let us know when your application is ready and if't

XML Forms and i18n

2002-07-26 Thread michael_hampel
Hello, I was just trying to change the XMLFormTransformer to add an i18n:text tag, when the Transformer is dealing with violations. I tried the following in the startElementViolations method: 1.) I tried to add the tag like this: // render violation tag

Re: Antwort: Re: Antwort: RE: XML Forms and i18n

2002-07-26 Thread Ivelin Ivanov
: Re: Antwort: RE: XML Forms and i18n Hello, Yes, I tried this, but I donĀ“t think that the i18n tags are copied with the error message, as the translation is not working. I have the internationalisation running with the XML-form example. There it is quite easy , as you only have

XML-Forms and i18n

2002-07-25 Thread michael_hampel
Hello, I was just trying to change the XMLFormTransformer to add an i18n:text tag, when the Transformer is dealing with violations. I tried the following in the startElementViolations method: 1.) I tried to add the tag like this: // render violation tag