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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:01:38+00:00 2026-06-07T20:01:38+00:00

My requirement is : Dont allow blacklisted words to appear in a specific XML

  • 0

My requirement is :
“Dont allow blacklisted words to appear in a specific XML tag“.

I am trying with xs:restriction using XML regex pattern.

I referenced the following link : Restrict word list in XML schema.

eg: BLACKLISTED WORDS : byte,bing,ding

The problem : If the words start with the same letter (b), byte passes for bing condition and vice versa.

Is there an AND operator I can use ? Is there any other simpler way ?

Thanks in advance !!

  • 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-07T20:01:41+00:00Added an answer on June 7, 2026 at 8:01 pm

    As per Michael Kay’s answer, I have implemented the logic using XSD 1.1.
    (I had to change $value to @name)

    Steps:
    1. Used the following code with latest Xerces 1.1 implementation jar files.

    <xs:element name="random-element">
        <xs:complexType>
            <xs:attribute name="name" use="required" type="xs:string" />
            <xs:attribute name="value" use="optional" type="xs:string" />
            <xs:assert test="not(tokenize(@name, '\s+') = ('byte', 'bing', 'ding'))"/>
        </xs:complexType>
    </xs:element>
    

    3. Validated using the following code :

     final SchemaFactory schemaFactory = SchemaFactory.newInstance(Constants.W3C_XML_SCHEMA11_NS_URI);
     final Schema schema = schemaFactory.newSchema(schemaFile);
     final Validator validator = schema.newValidator();
     validator.validate(xmlFile);
    

    The constant W3C_XML_SCHEMA11_NS_URI is very important, else it will fail.

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

Sidebar

Related Questions

I'm using Visual Source Safe 6.0d (work requirement) and I've been trying to hack
Requirement: I need to run multiple animations one by one. I'm using onAnimationEnd() to
the Requirement in simple words goes like this. Its a charting Application ( kinda
I want to allow my users to input HTML. Requirements Allow a specific set
I have an XML file (a sitemap using Google's <image:image> extensions) that I need
I have a requirement to allow selecting the text displayed in read only screens.
I had been using jsvalidate , but it doesn't fit my requirement of conditional
So I have a WPF application using the MVVM pattern (Caliburn.Micro). I got the
Requirement is this ... We have our 3 web-applications deployed in RHEL-5 server, we
Requirement : Should update MySQL database with that of MS Sql Server updates which

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.