Question

SAX removing elements

Asked by: cheekycj

I am calling a third party API.  There is a set number of elements that I care about others I do not.  I want to avoid having to update my code each time the vendor adds a new element.

How would I write a SAX XML Filter to remove elements not just modify them.

Then be able to feed it to my existing xml parsing code.

TIA,
CJ

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2003-12-17 at 13:20:42ID20828718
Tags

remove

,

element

,

sax

Topics

Java Programming Language

,

JAXP & SAX (XML APIs)

,

Extensible HTML (XHTML)

Participating Experts
2
Points
500
Comments
46

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. SAX vs. DOM
    Can anyone discuss, in detail, the advantages or disadvantages of using SAX to parse an XML file rather than DOM? Are there any particular qualities that a file containing XML should have which would make it more suitable for one or the other???
  2. SAX
    I'm building an application which process intructions from an XML file. I am using Java SAX. The format of the documents is: <rule> <properties> <id></id> ..... </properties> <behaviuor> <profile id="234">action</prof...
  3. Java XML SAX
    hi experts, i have a question regarding SAX.. hope is the right place to ask. im quite new in xml processing, i am able to read and process xml through SAX, and store them into classes. now i would like to know how to revert this process? i have the xml schema, anyone kno...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: objectsPosted on 2003-12-17 at 13:28:50ID: 9959875

Have your filter maintain a flag indicating whether tag is of interest, setting it false when start tag you don't care about is encountered, and true when matching end tag is encountered.
And only pass events on to wrapped handler when flag is true.

 

by: CEHJPosted on 2003-12-17 at 14:15:04ID: 9960271

There's an example of filtering out tgas here. The best way to maintain an extensible implementation would probably be to have an external text file containing the elements you want to filter out. This could be loaded with the filter and you could have a list of elements instead of the single element in the example below:

http://www.cafeconleche.org/books/xmljava/examples/08/RDDLStripper.java

 

by: CEHJPosted on 2003-12-17 at 14:17:16ID: 9960283

Here's a class you can use to load the text file:

import java.io.*;
import java.util.ArrayList;
public class StringList extends ArrayList {
 public StringList(){
  super();
 }
 public StringList(String fileName){
  this();
  String line = null;
  BufferedReader in = null;
  try {
   in = new BufferedReader(new FileReader(fileName));
   while((line = in.readLine()) != null){
    add(line);
   }
  }
  catch(IOException e){
   e.printStackTrace();
  }
  finally {
   try {
    in.close();
   } catch(IOException e) {
    e.printStackTrace();
   }
  }
 }
 public static void main(String[] args){
  if(args.length < 1){
   System.out.println("Usage: java StringList <text file>");
   System.exit(-1);
  }
  StringList sl = new StringList(args[0]);
 }
}

 

by: objectsPosted on 2003-12-17 at 14:30:08ID: 9960338

CJ, How did you want to handle known tags that are inside unknown ones? Or will this not occurr?

 

by: objectsPosted on 2003-12-17 at 14:42:52ID: 9960388

I don't think the RDDL stripper will do what you want. The approach I outlined above should be more useful to you and would look something like the following:

import org.xml.sax.*;


public class MyFilter implements ContentHandler
{  
  private ContentHandler Wrapped;
  private MyValidator Validator;
  private String Unknown = null;
 
  public MyFilter(ContentHandler wrapped, MyValidator validator)
  {
     Wrapped = wrapped;
     Validator = validator;
  }

  public void startElement(String namespaceURI, String localName,
   String qualifiedName, Attributes atts) throws SAXException
  {
    if (Unknown==null)
    {
      if (Validator.valid(namespaceURI, localName, qualifiedName)
      {
        Wrapped.startElement(namespaceURI, localName, qualifiedName, atts);
      }
      else
      {
         Unknown = qualifiedName;
      }
    }
  }
 
  public void endElement(String namespaceURI, String localName,
   String qualifiedName) throws SAXException
  {
    if (Unknown==null)
    {
       Wrapped.endElement(namespaceURI, localName, qualifiedName);
    }
    else if (Wrapped.equals(qualifiedName))
    {
       Unknown = null;
    }
  }
 
  public void startDocument() throws SAXException
  {
    Wrapped.startDocument();
  }
 
  public void startPrefixMapping(String prefix, String uri)
   throws SAXException
  {
    Wrapped.startPrefixMapping(prefix, uri);
  }
 
  public void endPrefixMapping(String prefix)
   throws SAXException
  {
    Wrapped.endPrefixMapping(prefix);
  }

  public void setDocumentLocator(Locator locator)
  {
    Wrapped.setDocumentLocator(locator);
  }
 
  public void endDocument() throws SAXException
  {
    Wrapped.endDocument();
  }
 
  public void characters(char[] text, int start, int length)
   throws SAXException
  {
    if (Unknown==null)
    {
       Wrapped.characters(text, start, length);
    }
  }
 
  public void ignorableWhitespace(char[] text, int start,
   int length) throws SAXException
  {
    if (Unknown==null)
    {
       Wrapped.ignorableWhitespace(text, start, length);
    }
  }
 
  public void processingInstruction(String target, String data)
   throws SAXException
  {
    Wrapped.processingInstruction(target, data);
  }
 
  public void skippedEntity(String name)
   throws SAXException
  {
    Wrapped.skippedEntity(name);
  }

}

 

by: cheekycjPosted on 2003-12-17 at 19:06:04ID: 9961545

The approach I was thinking was to have a HashMap that contains the element names that I want to keep.  Anything else I would delete.  This simplifies the schema I will have to create to leverage jaxb.

example:
<response>
  <time>today</time>
  <item>
      <id>1212</id>
      <price>12.12</price>
      <attributes>
         ...
      </attributes>
  <item>
  <newelement>112121212</newelment2>
</response>

Now what I would like to have as my jaxb schema would be this:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
     <xs:element name="response">
          <xs:complexType>
               <xs:all>
                    <xs:element name="Time" type="xs:string"/>
                    <xs:element name="Item">
                    <xs:complexType>
                       <xs:all>
                          <xs:element name="id" type="xs:long"/>
                          <xs:element name="price" type="xs:double"/>
                       </xs:all>
                     </xs:complexType>
                     </xs:element>
               </xs:all>
          </xs:complexType>
     </xs:element>
</xs:schema>

So I would want to keep Time, Item, id, price and drop any other elements (and their children) from the xml before I pass it to jaxb.  So its not even that the xml needs to be handled and thus ignored.  Just stripped/filtered before we pass the xml string or stream along to the jaxb parser.

Does that make sense?  I will try the above code snippets to see if I can tweak them for my needs.

CJ

 

by: objectsPosted on 2003-12-17 at 19:21:10ID: 9961625

The code I posted above should do the trick, instead of having the filter wrap another ContentHandler, you'll just need to output the required read elements.
You could implement the validation of which tags where required as a method instead of using an interface if you wanted, was just making it flexible.

 

by: CEHJPosted on 2003-12-18 at 04:17:30ID: 9963527

>>instead of having the filter wrap another ContentHandler

Can you tell us how your 'no-wrapping approach' is reflected in the following?

>>public MyFilter(ContentHandler wrapped, MyValidator validator)


>>The approach I was thinking was to have a HashMap that contains the element names that I want to keep

I don't think you need a Map implementation. If you did, what would be the key and what would be the value? All you need is to check the presence of an element name in a list, which would be supplied from a text file to save you having to recompile your class(es) if and when (un)required elements change. Using the code above:

StringList elements = new StringList("yourElements.txt");
...
if (elements.contains(currentElement)) {
       // process/don't process
}

The point about filters (and wrapping) is that they are adapter classes - they are a layer of indirection between your parser source and your consumer target. This allows what is going on in the filter to vary independently of the source and target and not to affect the processing logic of either. Your filter should be a loosely coupled as possible to the source and target and you can achieve this by keeping the variants in a text file.

 

by: objectsPosted on 2003-12-18 at 12:28:48ID: 9967048

Alternatively you could also write a ContentHandler that outputs the new filtered xml and use that with the filter I supplied above. Depends if you want a more general solution or if you want a class that just performs the  specific task required.

 

by: cheekycjPosted on 2003-12-18 at 13:07:45ID: 9967380

I do need a general solution as several APIs will have different "required" elements

CJ

 

by: objectsPosted on 2003-12-18 at 13:20:36ID: 9967493

That would just require a different list of elements to be supplied to whatever was handling the validating of tags.

 

by: CEHJPosted on 2003-12-19 at 08:10:15ID: 9972983

>>I do need a general solution

The method i mentioned above will give you a flexible, extensible solution

 

by: cheekycjPosted on 2003-12-19 at 08:22:53ID: 9973077

how is the rddl stripper different than what objects posted.  They look very similar to me.  the RDDLStripper seems to be more robust but I would like to know the underlying differences or the "features"

I appreciate both of you guys helping :-)

CJ

 

by: cheekycjPosted on 2003-12-19 at 08:26:34ID: 9973101

What I was thinking is modifying the xml and then the remaining string that remains the filtered xml would be passed into the jaxb parser.

I am not familiar with SAX, I have lived a sheltered life of DOM parsing but my manager seems to believe SAX will be faster, which probably is true.

So please bear with me as I am learning SAX parsing as we go along here :-)

CJ

 

by: cheekycjPosted on 2003-12-19 at 08:30:30ID: 9973121

I guess I am not understanding how the above methods are actually removing elements and then return the remaining xml.

CJ

 

by: CEHJPosted on 2003-12-19 at 08:37:54ID: 9973172

>>how is the rddl stripper different than what objects posted

You mean 'how is what objects posted different than the rddl stripper'? ;-) Not much - hence my comment above at 12/18/2003 04:17AM PST.

>>I guess I am not understanding ...

What's actually happening is that you use the class in question as a layer of indirection between the sax source and the 'real' content handler. Any content that you want kept gets passed on to the 'real' content handler. Any content that needs to be ignored doesn't.

The significant part of the answer (you can pick up SAXFilter examples with a web seach easily enough) lies in what I was saying about using a declarative approach (your tags in a text file) for maximum flexibility.

 

by: cheekycjPosted on 2003-12-19 at 10:00:00ID: 9973772

What am I supposed to use as the ContentHandler that is passed to the new class that extends ContentHandler?

CJ

 

by: cheekycjPosted on 2003-12-19 at 10:02:13ID: 9973787

I tried:
                  XMLFilter filter =
                        (XMLFilter) Class
                              .forName("org.xml.sax.helpers.XMLFilterImpl")
                              .newInstance();
                  MyFilter myfilter = new MyFilter(filter.getContentHandler());
                  filter.setParent(XMLReaderFactory.createXMLReader());
                  filter.setContentHandler(myfilter);
                  filter.parse("myfile.xml");

but filter.getContentHandler() which I thought would return the default handler returns null.

CJ

 

by: CEHJPosted on 2003-12-19 at 10:50:13ID: 9974180

>>What am I supposed to use as the ContentHandler that is passed to the new class that extends ContentHandler?

That's meant to be your real ContentHandler. What were you going to do there - i.e. why are you sax parsing in the first place?

 

by: cheekycjPosted on 2003-12-19 at 10:53:06ID: 9974203

yup, I figured that out shortly after the post :-)

quick question, for debugging purposes: how do I output the resulting filtered xml?

after

filter.paser("myfile.xml");

what can I put in to show the resulting xml.

CJ

 

by: cheekycjPosted on 2003-12-19 at 11:33:27ID: 9974490

Nevermind, figured that out too.

Just running some tests now.

CJ

 

by: cheekycjPosted on 2003-12-19 at 11:50:38ID: 9974620

I did something a little different, please let me know if this is not a good approach:

public class CustomXmlFilter extends XMLFilterImpl {

      private String currentElement = null;

      public CustomXmlFilter() {
            super();
      }

      public void startElement(
            String namespaceUri,
            String localName,
            String qualifiedName,
            Attributes attributes)
            throws SAXException {
            this.currentElement = localName;
            AttributesImpl attributesImpl = new AttributesImpl(attributes);
            if ("Time".equalsIgnoreCase(localName)) {
              super.startElement(namespaceUri, localName, qualifiedName, attributesImpl);
            }
      }
      
      public void characters(char[] ch, int start, int length)
            throws SAXException {
            if ("Time".equalsIgnoreCase(this.currentElement)) {
              super.characters(ch, start, length);
            }
      }
      
      public void endElement(String uri, String localName, String qName)
            throws SAXException {

            this.currentElement = null;
            if ("Time".equalsIgnoreCase(localName)) {
              super.endElement(uri, localName, qName);
            }
      }
}

Is this in essence the same?

CJ

 

by: CEHJPosted on 2003-12-19 at 12:17:14ID: 9974815

>>Is this in essence the same?

Yes. Of course, you wouldn't in reality want to be hard-coding element names like that, but should be using the declarative approach, using an external source for the element names.

 

by: cheekycjPosted on 2003-12-19 at 12:25:17ID: 9974858

yes,  I was just using one elem as a test case.

I am now setting it up to take in a list of strings read in from a config file.

CJ

 

by: objectsPosted on 2003-12-19 at 12:29:17ID: 9974877

In essence thats the same, I think my codes a bit more robust and adaptable :)

 

by: objectsPosted on 2003-12-19 at 12:35:41ID: 9974912

> how is the rddl stripper different than what objects posted.

Its strips out known tags (not unknown tags) and also leaves the contents of the tag.

 

by: CEHJPosted on 2003-12-19 at 12:38:41ID: 9974936

Yep, looks OK. Of course in some situations you may need to implement what could be called a 'sax filter pipeline' approach which would be flexibility on a larger scale still and would be something like you get with servlet implementations sometimes. Each filter would have a 'next filter' pointer (or better still an object that would return the next filter pointer) so that each filter could be responsible for doing a different thing then passing it on.

 

by: objectsPosted on 2003-12-19 at 12:55:55ID: 9975032

That code won't handles cases like:

<Time>
   <unknown></unknown>
</Time>

   

 

by: CEHJPosted on 2003-12-19 at 13:00:23ID: 9975054

A SAX approach is inherently non-hierarchical. If you want a hierarchical view of a document then you should go for a DOM approach.

If you need to consider a reasonably trivial hierarchy, then you can push elements on stacks before making processing decisions.

 

by: objectsPosted on 2003-12-19 at 13:05:32ID: 9975080

> A SAX approach is inherently non-hierarchical.

Yes, but XML documents aren't.

The code I posted earlier handles "trivial hierarchy" just fine :)

 

by: CEHJPosted on 2003-12-19 at 13:08:12ID: 9975095

Nobody's mentioned needing *any* hierarchy as far as i can see.

 

by: objectsPosted on 2003-12-19 at 13:19:02ID: 9975152

So what exactly are you arguing here. Are you saying that a solution that simply stips start and end tags with unknown names is better than one that handles possible nesting of tags?

 

by: CEHJPosted on 2003-12-19 at 17:00:38ID: 9976148

What i'm saying is the following

a. so far the only person who's mentioned hierarchical considerations is yourself
b. if there *were* hierarchical considerations then that way of approaching it would not be reusable. A better way would probably be to do a transform. The declarative configurability would then be not in a text file, but in an xsl file.

 

by: objectsPosted on 2003-12-21 at 14:07:55ID: 9982297

CEHJ> What i'm saying is the following

Seems to me you're just being argumentative for no particular reason. CJ asked about differences and I was answering him. I'm really not interested in a pointless debate with you about it.

cheekycj> I am now setting it up to take in a list of strings read in from a config file.

From what you've said a Set would be more suitable.

 

by: cheekycjPosted on 2003-12-22 at 08:09:31ID: 9985666

The APIs are trivial hierarchies (from what I see in the returned xml)

As far as reading the elements from a config file.  We have a xml based config file framework already setup so I just have to tell the owner of that part to add my required elements.  There is a standard mechanism for retrieving config params.  I will have probably have a hashmap or a list representing the required elements of an API.

are you guys contending that extending XMLFilterImpl and doing it that way is not robust for hierarchies?

CJ

 

by: objectsPosted on 2003-12-22 at 11:11:35ID: 9986793

> I will have probably have a hashmap
> or a list representing the required elements of an API.

Wouldn't a Set be more suitable?

> are you guys contending that extending XMLFilterImpl
> and doing it that way is not robust for hierarchies?

I'm not contending anything really, just pointing out possible cases you may need to account for depending on your requirements.

 

by: CEHJPosted on 2003-12-22 at 12:36:19ID: 9987291

>>are you guys contending that ...doing it that way is not robust for hierarchies

I think you'd probably be better off with a transform, the purpose of which, after all, is to transform one hierarchy into another.

 

by: cheekycjPosted on 2003-12-24 at 08:01:58ID: 9997007

objects: why would a set be more suitable?  Doesn't a HashMap perform the same as a HashSet as far as lookups, or would some other collection perform better?  Is HashMap.containsKey slower than HashSet.contains().  I guess, Maps are just a norm at my company so I was thinking of using that.  Its not written in stone :-)

CEHJ: I wanted to go with a transform initially but time constraints and the lack of knowledge on how to do that, made us decide against it.  Time to market wins over any robust solution these days :-(

CJ

 

by: CEHJPosted on 2003-12-24 at 08:07:33ID: 9997028

Sets are appropriate when no duplicates are involved so in a flat hierarchy you may as well use a Set over a List, since no duplicate  element names would be involved.

>>Time to market wins ...

Well, since there are plenty of transform examples available and the tools to use them, i would have thought it would be quicker to use them than reinvent the wheel...

 

by: CEHJPosted on 2003-12-24 at 08:25:25ID: 9997115

Here's one example right off:

http://javaalmanac.com/egs/javax.xml.transform/BasicXsl.html

Your requirement is simpler still in concept: if you want elements to be ignored, all you have to do is to ensure that there are no matching templates for those elements in the xsl

 

by: objectsPosted on 2003-12-25 at 14:10:43ID: 10000563

> Doesn't a HashMap perform the same as a HashSet as far as lookups, or would
> some other collection perform better?

Yes but the use of a Map is redundant, as you don't have jey, value pairs.

 

by: cheekycjPosted on 2003-12-29 at 11:44:19ID: 10012392

The filter is working so far so I think I am going to stick with it.

If I find time later, I might refactor it to use xsl.

I will award the pts shortly - prbly a split if you guys don't mind.

CJ

 

by: cheekycjPosted on 2004-01-17 at 09:30:16ID: 10136795

Sorry for the delay guys, took a unexpected 2 week leave from work - new baby boy :-)

I am splitting the pts (and upping them) for your great work and assistance.

Cheers,
CJ

 

by: objectsPosted on 2004-01-17 at 12:31:03ID: 10137447

> new baby boy :-)

Congatulations, hope mother and baby are both well.

We're also expecting a new addition in the next couple of months :)

 

by: CEHJPosted on 2004-01-17 at 16:15:52ID: 10138243

8-)

 

by: cheekycjPosted on 2004-01-19 at 07:38:10ID: 10147109

congrats objects!  Best of Luck.

Thanx again to both of you!

CJ

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...