#221: minor code syntax error on <link> tags in ATVideo
----------------------+-----------------------------------------------------
  Reporter:  datakid  |       Owner:  andycat
      Type:  task     |      Status:  new    
  Priority:  trivial  |   Milestone:  3.4    
 Component:  ATVideo  |     Version:         
Resolution:           |    Keywords:         
----------------------+-----------------------------------------------------

Comment(by vik):

 The issue is that RSS is XML, and one of the elements is a non-empty link
 tag e.g.
 <link>http://foo.bar/baz</link>
 HTML, on the other hand uses only _empty_ link tags e.g.
 <link rel="foo" />
 Non-empty link tags in HTML are forbidden.

 i18ndude (via some TAL library) is trying to parse the .pt file as and
 HTML file, and the parser is failing on the non-empty link tag.

 A temporary workaround is to change the <link> </link> tags to something
 else (e.g. linka) for the purposes of running i18ndude, then reverting
 them back to link.

-- 
Ticket URL: <http://plumi.org/ticket/221#comment:2>
Plumi <http://plumi.org/>
Plumi - FOSS Video Sharing Platform
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to