From: Josh <axl...@gm...> - 2009-08-22 15:59:11
|
Those are not names. Those are attributes. I believe I keep all XML attributes lower case because it keeps it simple when you have to remember them. All XML names are lowercase too (node, asset). SceneGraph is not lower case but probably should be. XML can not make names and attributes case insensitive and I don't feel like putting in the effort to hack around that. Now for the values of the attributes, you can make case insensitive on an individual basis. For example, the value of type="" is case insensitive. Josh Charles Lohr wrote: > How are we doing the XML names? > > ignorecull > IgnoreCull > ignoreCull > > I'd really like some standardization. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Hgengine-devs mailing list > Hge...@li... > https://lists.sourceforge.net/lists/listinfo/hgengine-devs > |