aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_xml.inc.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-26 18:33:45 +0000
committergweltas <gweltas@piwigo.org>2004-02-26 18:33:45 +0000
commit9e993f2d21e9cf7bd44a7c676af567be550dca90 (patch)
treee6a4c049a28164631f75c087a91201a9b152cbf9 /include/functions_xml.inc.php
parent29a07c00d083b7687331cd7cc19f097a8849a3ea (diff)
New default template - User side
git-svn-id: http://piwigo.org/svn/trunk@375 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_xml.inc.php')
-rw-r--r--include/functions_xml.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php
index a8ce44413..de21dc61f 100644
--- a/include/functions_xml.inc.php
+++ b/include/functions_xml.inc.php
@@ -24,6 +24,10 @@
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
+// xml tags
+define( 'ATT_REG', '\w+' );
+define( 'VAL_REG', '[^"]*' );
+
//------------------------------------------------------------------- functions
// getContent returns the content of a tag
//