Created
          January 14, 2018 18:13 
        
      - 
      
 - 
        
Save koral--/fae34882a854652833d30c27721b1d9b to your computer and use it in GitHub Desktop.  
    XML entity in strings.xml
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE resources [ | |
| <!ENTITY foo "Foo"> | |
| ]> | |
| <resources> | |
| <string name="app_name">&foo;</string> | |
| <string name="busy_warning">Sorry, &foo; is working hard, please try again in a moment.</string> | |
| <string name="trademark">&foo; is a registerd trademark, all rights reserved.</string> | |
| </resources> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment