[Myxml-work] About tagname
Status: Alpha
Brought to you by:
robertob
|
From: kazufumi t. <ka...@co...> - 2002-03-28 18:22:32
|
Hi. I have a question about the name of the parent tag. How about put DB name into the parent tagname? I rewrote the code like below and works fine. $XMLname=$this->DB; print "<".$XMLname.">\n"; I also want to put the Table name into the childe node, but I don't know how. Any helps? -kaz P.S. myxml-1.0.3 works fine on my PHP.4.1.2 + MySQL-3.23.49 + Mac OS X 10.1.3. |