From: alex b. <en...@tu...> - 2001-08-26 22:31:19
|
I need to look at this, but I'm willing to bet that I'll agree. I'll probably commit a changed version of Page on monday. _a ----- Original Message ----- From: "Andreas Aderhold" <a.a...@th...> To: <bin...@li...> Sent: Sunday, August 26, 2001 5:19 AM Subject: RE: [binarycloud-dev] bye-bye [xm2php] > Hi Andris, > > Hmm. But the output looks more clear to me. I think it's worth changing > Page. > > Hopefully see you soon. Good luck with your move. > > Andi > > > xml2php now uses the idea from Alex to know when to > > generate keyless arrays(the version before generated > > keyless arrays if there were two array keys with the > > same name, but it didn't work if there was only one array > > defined). > > _Because of this change it is necesary to change the bcp.xml page > > definitions and the way Page processes them._ > > > So, > > <langs> > > <lang> > > <name>Latvian</name> > > </lang> > > <lang> > > <name>English</name> > > </lang> > > </langs> > > > > will become > > > > $langs=array( > > array( > > 'name' => "Latvian", > > ), > > array( > > 'name' => "English", > > ), > > ); > > > > > Over and out, > > Andris Spruds > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |