Topic awaiting preservation: Regular Expressions, strip out code [php] (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Berlin, Germany |
posted 09-24-2003 17:05
Hi, code: <?xml version="1.0" encoding="ISO-8859-1"?>
|
Bipolar (III) Inmate From: switzerland |
posted 09-24-2003 17:25
preg_match("/<name>(.*)<\/name>/",$file,$matches); |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-24-2003 20:19
The XSLT functions are not what you want to use for parsing XML files. You need to look at the XML parser functions., |