Changeset 593 for trunk/include/functions_xml.inc.php
- Timestamp:
- Nov 6, 2004, 10:12:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_xml.inc.php
r525 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_xml.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ … … 25 25 // | USA. | 26 26 // +-----------------------------------------------------------------------+ 27 // xml tags28 27 define( 'ATT_REG', '\w+' ); 29 28 define( 'VAL_REG', '[^"]*' );
Note: See TracChangeset
for help on using the changeset viewer.