Issue with loading an xml file in 2019 version

Hi, 

I keep getting an error message with 'The TYPO3L10N element is not declared' when I try to upload a new XML into Studio 2019.

Can anyone help??

Thanks,

Lisa

emoji
Parents Reply
  •  

    You could try turning off all the validation checks on the "XML: Any v 2.0.0.0" filetype you are trying to use if you just want to get at the translatable text.  Or try adding the schema to the validation section for this filetype.  Or if you want to create a proper filetype for it then create a custom XML and provide all the appropriate parser rules, and validation requirements.

    The problem just seems to be that you are validating the XML before opening it, but have not provided the schema to allow this to happen.

    You can send me the XML if that's appropriate and I can take a look for you and then hopefully give you more appropriate instructions... pfilkin at sdl dotcom

    Paul Filkin | RWS

    Design your own training!
    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

    emoji
Children