This question displays the next text:
I am wondering if the "<x.inner>" dot character is correct or it should be changed to "<x:inner>" colon character?Consider a JSP page that contains the following code:
<x:outer>
<x:middle>
<x.inner></x.inner>
</x:middle>
</x:outer>
Regards, Efrain