Difference between + inside and outside DTD parentheses

Asked

Viewed 24 times

1

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)

and

<!ELEMENT examples (example)+> ("+" fora dos parênteses)
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.