oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

"selected" flag issues when combining iUI with XSLT #227

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am a developer using iUI for the layout and XSLT as a way of organizing 
data and delivering it to the layout. The issue is that the xslt method 
transformToXML(document) parses the "selected='true'" to "selected" thus 
breaking iUI. I have no idea why transformToXML would do this. I was 
previously using iphoneNav and it was easy to modify the css and js to 
recognize "display='enabled'" thus solving my problem, however, this fix is 
not so trivial with the iUI. I would suggest future releases use "display" 
instead of "selected".

http://php.net/manual/en/book.xsl.php
for reference to xsl and xslt

Original issue reported on code.google.com by kara...@gmail.com on 4 Mar 2010 at 5:28

GoogleCodeExporter commented 9 years ago
I did a little more research into this and it seems that someone else has 
noticed this 
problem prior to me.

http://code.google.com/p/iui/issues/detail?id=190

Original comment by kara...@gmail.com on 8 Mar 2010 at 5:37