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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:06:22+00:00 2026-06-10T22:06:22+00:00

Possible Duplicate: XSLT attribute node (id) cannot be created after the children of the

  • 0

Possible Duplicate:
XSLT attribute node (id) cannot be created after the children of the containing element

Typically i am doing an XSLT process over a Weblogic12 server. I kept running into this issue

An attribute node (id) cannot be created after the children of the containing element

Before the migration, our team had no problems at all…

Any idea why? i recently upgraded from BEA Weblogic3 to Oracle Enterprise Weblogic 12. Or am i missing a library?

This is plaguing our entire team! Thanks!

  • 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-10T22:06:24+00:00Added an answer on June 10, 2026 at 10:06 pm

    If you want us to find where your code is wrong, you will need to show us your code.

    The error message (I think) comes from Saxon, and it’s possible that as a result of your configuration change, you are picking up Saxon as your XSLT processor where previously you were picking up Xalan. In XSLT 1.0 this was a recoverable error, and processors were allowed to ignore it (by simply not outputting the offending attribute). I think it’s always a good idea to include

    <xsl:comment><xsl:value-of select="system-property('xsl:vendor')"/></xsl:comment>
    

    in production code so that you can see what XSLT processor you were using.

    The error arises when you do something like this:

    <a>
       <b/>
       <xsl:attribute name="x">3</xsl:attribute>
    

    which you can’t do because there isn’t an open start tag to receive the attribute. Usually of course the circumstances are a bit more complex than this, for example the element might have been written as a result of an xsl:call-template instruction.

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

Sidebar

Related Questions

Possible Duplicate: Add an attribute with static value with xslt I have an XML
Possible Duplicate: Will XPath 2.0 and/or XSLT 2.0 be implemented in PHP? I think
Possible Duplicate: Interpreting newlines with XSLT xsl:text? How to convert newline into <br/> with
Possible Duplicate: Opening url in new tab while i am doing window.open(), my page
Possible Duplicate: How can I make XSLT work in chrome? I have this XML
Possible Duplicate: Set HTML5 doctype with XSLT I'm new to xslt and I'm trying
Possible Duplicate: Ignoring 'A' and 'The' when sorting with XSLT I have a list
Possible Duplicate: Unload a module in Python After importing Numpy, lets say I want
Possible Duplicate: What Ruby IDE do you prefer? I've generally been doing stuff on
Possible Duplicate: Converting input xml using xslt to other XML I am astarter in

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.