Drezard Posted February 26, 2008 Share Posted February 26, 2008 How do you create new XML files using SAX in PHP? I can't find any tutorials on it. Thanks, Daniel Link to comment https://forums.phpfreaks.com/topic/93214-php5-creating-new-files-in-sax/ Share on other sites More sharing options...
bnmng Posted March 17, 2008 Share Posted March 17, 2008 There's no function in SAX like Dom's save function. SAX is all about reading XML, so you would have to use regular PHP file creating and writing commands to create your file. Link to comment https://forums.phpfreaks.com/topic/93214-php5-creating-new-files-in-sax/#findComment-493708 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.