I'm a beginner in XML. I just studied namespaces, and I struggle a little bit so my question is in this example,
<s:root xmlns:s="help.com">
<h></h>
</s:root>
can we have <h>
without the s:
prefix ?
If yes, is <h>
included in the s:
namespace or not?
I know is a dumb questions, but every one start dumb. Thanks for your answers.