[xml] Constructing Regular Expression in libxml
- From: srivatsan s <srivatsan17 yahoo co in>
- To: xml gnome org
- Subject: [xml] Constructing Regular Expression in libxml
- Date: Thu, 4 May 2006 10:05:12 +0100 (BST)
Hi All
I want to know whether there is any way to construct a regular _expression_ out of the schema (xsd) file .
For Eg
some thing like this
<xs:element name="parent">
<xs:complexType>
<xs:sequence>
<xs:element name ="child1"/>
</xs:sequence>
</xs:sequence.>
</xs:element>
The equivalent regx will be
{"parent"}{"child1"}
There is a regex API in libxml , can some one tell me , is it possible to get such a regex out of libxml.
Thanks and Regards
Srivatsan .S
Trivandrum Engineering college
Kerala.
Yahoo! India Answers: Share what you know. Learn something new.
Click here
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]