No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi, In this case, you have to use a xsl variable which store the Id of the contact. Then use an xsl foreach on the contacts and an xsl if to determine wether or not the Id is the same. If yes write the contact info . Then write the …
Hi, This function use fgetcsv function, it's look like it's not included on your code, and it's not a standard php function. It's look like it's return an array of data containing each column values. If it's true, it will produce an xml file using first row of csv as …
Hi, The best is to put it into the value of an attribute or an element, it's the way xml work after all.
Wow, nice challenge, In this case, I think i will use an apply-template on <li> element so I don't have to worry about the hierarchy.
The End.
ganymede