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 6550729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:15:05+00:00 2026-05-25T12:15:05+00:00

I have 2 xml files and I want to read data from both files

  • 0

I have 2 xml files and I want to read data from both files in one xsl transformation. I try to read the data from the second file using the document() function, but it does not return any value.

XSL template

<xsl:template name="BuildingList" match="building">
    <xsl:variable name="allBuildings" select="document('buildings.xml')/buildings"/>
    <xsl:value-of select="$allBuildings" />
</xsl:template>

Buildings.xml structure

<?xml version="1.0" encoding="windows-1251"?>
<buildings>
    <building id="First">
        <title>Some title</title>
    </building>
</buildings>

How can I get the content in order to manipulate it?

EDIT:
All three files are in the same directory. I tried to process the transformation with the following two jQuery plugins:

  • Transform
  • xsltParser

With either of them the transformation of more than one file is not working.

Using the pluings:

function LoadContent(pageName)
        {
            var currentPage = pageName+ '.xsl';

            $.transform({el:"#information",xml:"pages.xml",xsl:currentPage});

            /*$('#information').xsltParser({
                xml:  'pages.xml',
                xslt: currentPage,

                onStart: function() {
                    //$('#log').append('Preparing... ');
                },
                onSend: function(url) {
                    //$('#log').append('Requesting ' + url + '... ');
                },
                onComplete: function() {
                    //$('#log').append('Done!');
                }
            });*/
        }
  • 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-25T12:15:06+00:00Added an answer on May 25, 2026 at 12:15 pm

    I found out that document() is not supported in client-side transformation as stated here

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

Sidebar

Related Questions

I have a 12 XML files from which I am extracting ONE CSV file,
So I want to read data from an xml file, I am now at
I have xml files I want to read in and store in the database.
I have an xml file that I want to configure using a bash script.
I have an xml data file and I want to populate a listview in
Example: I read data from an XML file. This data has unique id elements.
I want to commit a large amount of XML files which have been modified.
Question We have a large number of xml configuration files that we want merged
I have an XML file (on the left) and I want to create multiple
I have a simple xml file and I want to remove everything before the

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.