Posts by Jobson Robson • 13 points
2 posts
-
0
votes1
answer224
viewsQ: The ref attribute of an element of the xml schema document
I’m making an Xs xml file generator, but I’m wondering if some parts should be filled. <xs:element name="identificacao"> <xs:complexType> <xs:sequence> <xs:element…
-
1
votes1
answer392
viewsQ: Add Input with Jquery and how to get the data from this input
I have 1 JS button that creates input. I just can’t get this input data. I can create every input with a different name, but I have no idea how can I get these values from php. I tried to send the…