aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_xml.inc.php
diff options
context:
space:
mode:
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
//