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

  • Home
  • SEARCH
  • 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 6851197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:13:06+00:00 2026-05-27T01:13:06+00:00

I just got a website assignment and it server apparently does not support databases.

  • 0

I just got a website assignment and it server apparently does not support databases. So I was thinking, in a traditional XML DTD…we have data like this:

<book category="CHILDREN">
    <title>Harry Potter</title>
    <author>J K. Rowling</author>
    <year>2005</year>
    <price>29.99</price>
</book>

Using Text Boxes and maybe by linking using XSLT or something else, can I add/insert more data into my existing XML sheet??

Also, can I perform validation such as no duplicate titles??

I’m kind of new to this and some help would be appreciated.

  • 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-05-27T01:13:06+00:00Added an answer on May 27, 2026 at 1:13 am

    If this is about adding “rows” to your book “record”, then you can do this

    <xsl:template match="/">
      <xsl:apply-templates/>
    </xsl:template>
    
    <!-- match book explicitly ... -->
    <xsl:template match="book">
      <xsl:copy>
        <xsl:apply-templates select="@*|node()"/>
    
        <!-- and add one "row" to the books content -->
        <one-more-row>value</one-more-row>
      </xsl:copy>
    </xsl:template>
    
    <!-- Just copy all the other elements/attributes (including book contents) -->
    <xsl:template match="@*|node()">
      <xsl:copy>
        <xsl:apply-templates select="@*|node()"/>
      </xsl:copy>
    </xsl:template>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a website that I've just uploaded onto the interwebs, and it's displaying
I have two websites that post news information. I just got a request to
I just got Delphi 2009 and have previously read some articles about modifications that
I just got a dedicated server from a hosting company, and for some reason,
I just got a shiny, brand-new Debian server handed to me by our Systems
I just got a Windows Server 2008 VPS and I'm having trouble getting IIS7
Just got a new website project for my company internal use. The whole website
We just got a new Windows 2008 R2 server and I am trying to
I just got linked to the JSON website , and the images stunned me.
I just got a new job working for a website and I am trying

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.