[xml] Constructing Regular Expression in libxml



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]