Reply to Re: dumping xml and xsl for PHP and MySQL
Posted by davids58 on 11/19/23 11:44
Great. Now, with my xsl code, I have one stylesheet that creates a page
for *each instance* of a particular type of xml element, e.g., foo. It
sounds like the method you mentioned assumes a 1:1 correspondance bw a
..php and .html. That won't work for my application as there can be
thousands of foo's. Is there another approach that might?