Posts by Micaela • 75 points
3 posts
-
2
votes2
answers300
viewsQ: How to create an array through another?
I have a problem that deals with providing an array to the program and this should return only the odd numbers of this array, and for this I create a new array that receives the values: public void…
-
1
votes0
answers24
viewsQ: Difference between + inside and outside DTD parentheses
Recently, I was developing a DTD to validate a data XML, and I was wondering if there’s any difference between these two expressions: <!ELEMENT examples (example+)> ("+" dentro dos parênteses)…
-
4
votes1
answer129
viewsQ: How the XPATH contains function works
I have a xml thus: <?xml version="1.0" encoding="UTF-8" ?> <A x1="ab"> <B x1="abb"> <C x1="cc"> Marta </C> <B/> <B x1="be"> <C x1="be"> João…