Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7964207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:49:41+00:00 2026-06-04T05:49:41+00:00

I am developing an app for my customer. The content that we create in

  • 0

I am developing an app for my customer. The content that we create in the strings.xml are proprietary to them and they want a copyright notice and their trademark notice inside the XML file.

I want to be able to list both my copyright, and my customer’s copyright.
What is the practice for including such information into the xml? Do I create a tag called “copyright”?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T05:49:42+00:00Added an answer on June 4, 2026 at 5:49 am

    XML are not meant to be viewed by the public, but by developers or tools.

    Carrying author information is either part of the data (as in blog articles having an author) or it doesn’t.

    You can however use XML comments for that. Or you can define your own XSD and structure everything like this:

    <?xml?>
    <!--
        Copyright notices here
        From you regarding the XML itself
        From your client regarding the XML contents
    -->
    <root xmlns:copyright="http://www.w3.org/1999/xhtml">
        <!-- per file meta-data here -->
        <metadata>
            <!-- authors make it -->
            <author name="XXXXX" />
            <!-- copyright holders buy it from authors and sell it -->
            <copyright name="XXXXX" />
            <license type="GPL">
                Lorem ipsum dolor sit amet...
            </license>
        </metadata>
        <data>
            <entry>
                <!-- per entry meta-data here -->
                <metadata>
                    <author name="XXXXX" />
                </metadata>
                <contents>
                </contents>
            </entry>
        </data>
    </root>
    

    Also if it is needed by third party applications (to be extracted and shown) it would be more useful if you used XML elements not comments, as they are easy to manipulate.

    I mean it’s ok to have a comment with a simple text but if you want to put complex info there like I showed in my example, with sub-fields like author/copyright/license, it is easy for third party programmers to get those Node objects.

    As a variation if you’re feeling particularly namespacey:

    <?xml?>
    <!--
        Copyright notices here
        From you regarding the XML itself
        From your client regarding the XML contents
    -->
    <root xmlns:copyright="http://www.w3.org/1999/xhtml">
        <!-- per file meta-data here -->
        <copyright:info>
            <!-- authors make it -->
            <copyright:author name="XXXXX" />
            <!-- copyright holders buy it from authors and sell it -->
            <copyright:holder name="XXXXX" />
            <copyright:license type="GPL">
                Lorem ipsum dolor sit amet...
            </copyright:license>
        </copyright:info>
        <data>
            <entry copyright:author="author name" copyright:holder="holder name">
                <contents>
                </contents>
            </entry>
        </data>
    </root>
    

    With namespaces the third party programmers will have an easy time separating the two layers of information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently, I am developing an app for a China customer. China customer are mostly
i'm developing an app that make requests to the Musicbrainz webservice. I read in
I'm developing web app that user can save his/her work to server. The data
Status Quo For our customer we are developing some libraries and applications that run
i am developing app that would receive data from server any time. i have
we are developing a CRM app which holds customer meeting info. Users have requested
I am developing a web app and want to be able to stagger the
I am developing a WCF service that will be called by customer in internet.
I'm developing an app that will store MLS (Multiple Listing Service) Property Listings from
I am developing app in VB.NET that should have HTML requests and getting responses

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.