Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Does anyone know how this doesn't cause an XML validation failure?

On 8 Nov 2012, at 00:56, Konstantin Komissarchik wrote:

From XML perspective, this is legal… The second line is simply text content of the <context> element.

Except for the unescaped > which isn't, of course.

Alex

 
- Konstantin
 
 
From: egit-dev-bounces@xxxxxxxxxxx [mailto:egit-dev-bounces@xxxxxxxxxxx] On Behalf Of Alex Blewitt
Sent: Wednesday, November 07, 2012 4:03 PM
To: EGit developer discussion
Subject: [egit-dev] Does anyone know how this doesn't cause an XML validation failure?
 
      <context
            id="org.eclipse.egit.ui.ReflogView"
            name="%ReflogViewContext"
            parentId="org.eclipse.ui.contexts.window">
            parentId="org.eclipse.ui.contexts.window">
      </context>
 
 
I'm surprised that this doesn't get picked up by PDE or flagged as an invalid XML file …
 
Alex


Back to the top