Hi,
We have an XML file where an element starts with child XML.When I try to view schema in XML SPY I am getting an error as below.
Character X is grammatically unexpected
Reason : One of the following is expected--PI Target
Details: XML Production : Production PI is not satisfied
XML file Structure
------------------
Kindly let me know the fix to view the schema in XML spy
Thanks
Mayur
We have an XML file where an element starts with child XML.When I try to view schema in XML SPY I am getting an error as below.
Character X is grammatically unexpected
Reason : One of the following is expected--PI Target
Details: XML Production : Production PI is not satisfied
XML file Structure
------------------
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> Element 1 Element 2 Element 3 <Repeat Element> <?xml version="1.0" encoding="UTF-8"?> Repeat Element1 Repeat Element2 </Repeat Element> Element 1 Element 2 Element 3 <Repeat Element> <?xml version="1.0" encoding="UTF-8"?> Repeat Element1 Repeat Element2 </Repeat Element> and son
Thanks
Mayur
Comment