Re: Translatable text in tag attributes

Jason <[email protected]> Sat, 25 Apr 2009 13:13:33 +0100
Newsgroups gmane.comp.cms.xaraya.devel
Organization Xaraya
Message-ID <[email protected]>
Would something like this be feasible:

<input type="submit" value="Log In" />

<input type="submit">
<xar:attr name="value">Log In</xar:attr>
</input>

The BL compiler would do the hard work of modifying the elements and attributes,
but I'm not sure if the translation module would make use of these capabilities
of the compiler?

-- Jason