On 10/21/2008 at 12:14 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote:
> On Tue, Oct 21, 2008 at 12:56 AM, Shalin Shekhar Mangar <[EMAIL PROTECTED]> 
> wrote:
> > Your data-config looks fine except for one thing -- you do not need to
> > escape '<' character in an XML attribute. It maybe throwing off the
> > parsing code in DataImportHandler.
>
> not really '<' is fine in attribute

Noble, I think you're wrong - AFAICT from the XML spec., '<' is *not* fine in 
an attribute value - from <http://www.w3.org/TR/REC-xml/#NT-AttValue>:

  [10]  AttValue ::= '"' ([^<&"] | Reference)* '"' 
                 |   "'" ([^<&'] | Reference)* "'"

where an attribute <http://www.w3.org/TR/REC-xml/#dt-stag> is:

  [41] Attribute ::= Name Eq AttValue

Steve

Reply via email to