On The Insider: Photo Gallery: Celebs Under the Knife
1 Resources for

config.xml

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

SolutionBase: Working with migration rule files in the User State Migration Tool
The User State Migration Tool is designed to follow instructions that are contained in migration rule files. Since these files are all in XML format, you have the option of modifying any or all of the default migration rule files or creating a custom migration rule file. In this article,...
Tags: Switch, XML, Migration, XML File, File, Tool, User State Migration Tool, LoadState, MigUser.xml, MigSys.xml, /I, MigApp.xml, C:\DATA, Config.xml, Brien M. Posey MCSE
Technical articles 2007-10-08

Additional Resources

Skype Hacks: Tweak Skype by Editing config.xml
Hacking around with Skype's config.xml file can cause problems, especially if the user tinkers with settings not discussed in this paper. Skype, however, has the ability to rebuild a default - but valid - config.xml file when it encounters a problem with the existing config.xml file. This is the case...
Tags: Skype Technologies S.A., Hacking, Backups, Security
Book chapters 2005-11-02
XMLengine (zip)
XMLengine is a powerful and versatile middle ware that shreds data from XML documents into relational database. The behavior of the XMLengine is controlled by 2 configuration files. User can change the behavior of the XMLengine by changing config information, without recompilation and redeployment. The data hierarchy and the stored...
Tags: Hierarchy, XMLengine, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
Software downloads 2005-11-02
Create cross-platform database-driven applications with JDBC
JSPEverithing is good, but could you make an example of a JSP in the example of editing and deleting data. Would be kind if you make examples of web.xml and faces-config.xml - it's not so difficult I think.
Tags: Scripting languages, Java, valiantsin1983@..., JDBC
Discussion threads 2007-05-09
Validating XML Documents Against XML Schema
XML documents are increasingly being used as a format of data exchange. But for an XML document to be acceptable to different developers/users, the XML document should conform to a standard structure. XML Schema is an XML-based representation of the structure of an XML document. Through its support for datatypes...
Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
White papers
An XML Learning Framework
The paper will present in general terms the categories of XML knowledge, and then explicate the levels of learning possible for each category. The categories identified are: Definition of XML, XML Processing, XML Syntax, XML Data Modeling, XML Companion Specifications, Other Technologies and System Implementation.
Tags: Isogen International Corp., XML, Software/Web Development, Web Development
White papers 2002-07-01
XML 101
Whether you’re discussing e-commerce, knowledge management, or the Internet in general, you’ve likely seen or heard reference to eXtensible Markup Language XML. XML is, without a doubt, one of the most heralded technologies to come across the wire in recent years pun intended. What is XML? Why is it creating...
Tags: XML, Software/Web Development, Web Development
White papers
Generating an XML Document From XML Schema With JAXB
An XML Schema is an XML-based representation of the structure of an XML document. Many J2EE developers use an XML Schema instead of a Document Type Definition DTD to generate an XML document; because unlike DTD, XML Schema supports data types and namespaces. An XML document based on an XML...
Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
White papers 2004-07-01
Alchemist XML IDE Professional (exe)
Alchemist XML IDE, is an advanced XML Integrated Development Environment XML IDE. Alchemist adds powerful new features, again pushing the innovation envelope that helped establish Alchemist in the market. Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML...
Tags: IDE, Alchemist, XML, Software/Web Development, Web Development
Software downloads 2006-03-15
Need to transfer the PIX 501 config to a PIX 515...
So I have a PIX 501 that is questionable as far as reliability. I have been sucessfully able to backup the config to a text file on a tftp server. But when I go to restore the config to a newer 515 it seems that it doesnt see that backup...
Tags: Backups, rmacys@..., PIX, config
Discussion threads 2007-11-06
Using the Excel 2003 XML Tools Add-In Version 1.1
The Microsoft Office Excel 2003 XML Tools Add-in Version 1.1 is used to aid Excel 2003 developers in working with XML data, XML lists, and XML maps. With it, you can view information about a selected cell's XML properties, create XSD files for XML maps, rename the and elements, or...
Tags: Microsoft Excel 2003, Microsoft Excel, Microsoft Office Excel 2003 XML Tools Add-in Version 1.1, XML, Software/Web Development, Web Development
White papers 2005-02-01
XMLBlueprint (exe)
XML editor and validator of XML documents, DTDs, Relax NG Schemas and XML Schemas. It supports Unicode aware text editing, XML layout tidying, real-time XML coloring, context-sensitive XML Completion, XSL Transformation, XPath Expression Evaluator, XML tree explorer, text wrapping, OASIS XML Catalogs, unlimited undo and redo.Version 6 now has a...
Tags: Monkfish Software, XML, Software/Web Development, Web Development
Software downloads 2008-07-22
Chilkat Ruby XML Library (zip)
Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language/character encoding. Advanced sorting and searching methods.
Tags: Ruby, XML, Software/Web Development, Web Development
Software downloads 2006-11-03
Query XML Data That Contains Namespaces
XML namespaces are a W3C XML standard. Indeed, XPath, XML Schema, XQuery, and other XML technologies support namespaces. While this paper does not provide a detailed tutorial on namespaces, it does highlight a few key concepts. XML namespaces potentially provide organizations a universally unique markup vocabulary element and attribute names...
Tags: Namespace, XML-Data, XML Namespace, XML, Software/Web Development, Web Development
White papers 2006-11-09
Ultimate wireless security guide-Cisco Aironet Template setup
Just entered the following lines from the CLI temlate while in config mode on the AP. Look at the last couple of lines. Shouldn't I have indicated a VLAN and number. It seems to be looking for some VLAN settings. Any thoughtsThis was for interface Dot11Radio0wapa(config-if)#...
Tags: trsonber@..., Dot11Radio0, feedback, security, vpn, hardware, cisco, networking, radius, Interface Dot11Radio0, VLAN
Discussion threads 2007-02-23
Towards an Industrial Strength SQL/XML Infrastructure
XML has become an attractive data processing model for applications. SQL/XML is a SQL standard that integrates XML with SQL. It introduces the XML datatype as a native SQL datatype and defines XML generation functions in the SQL/XML 2003 standard. The goal for the next version of SQL/XML is integrating...
Tags: SQL, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
White papers 2004-07-21
Developing ASP Components,: Server-Side XML Through VB ASP Components
ASP application developers are not immune to the lure of XML, yet there is confusion about how XML can be used with a server-side technology such as ASP, especially when writing ASP components. This paper provides an overview of XML, as well as XML formatting techniques, because it's necessary to...
Tags: Microsoft ASP, Microsoft Visual Basic, XML, Scripting Languages, Software/Web Development, Web Development
Book chapters 2001-03-01
Process and parse XML with ease using Jakarta Digester
Re-inventing the wheel?Why not just use XSL transformations with its built-in support for XPath?Seems to be more of an OR mapperthan anything else, agreed XSLT is a far better option for xml to xml.visual mapping is match easeFor small xml docs much ease to visualy map xml to xml, use...
Tags: nperkins@..., programming, XML, XSLT
Discussion threads 2007-01-25
XMLStomper (zip)
XMLStomper is a useful tool for anybody who works with xml files. XMLStomper is a simple, yet powerful application that can be used for reading xml files, editing xml files, searching xml files, validating xml, and displaying xml data. Version 1 may include unspecified updates, enhancements, or bug fixes.
Tags: XML File, XMLStomper, XML, Software/Web Development, Web Development
Software downloads 2006-11-20
Why use XML?
Hello,Im interested in learning and using XML and eventually all the great things that come along with it.. and I even want to ask my boss to pay for some training in it.. I know what XML does and its uses but, maybe its just me, I haven't found a...
Tags: blckspder@..., XML, asousa@..., programming
Q&A 2006-08-29
  • << Previous
  • page 1 of 1
  • Next >>


Outlook 2000/2002/2003: Tips for Road Warriors
Working efficiently with Microsoft Outlook is a real challenge for users who are traveling or working off-site. This guide describes a dozen ways that mobile users can maximize productivity when using Microsoft Outlook outside the office.
Buy Now
Troubleshooting PC Hardware
Your organization can't put business productivity on hold while you research users' hardware problems. This guide will quickly get you up to speed on ...
Buy Now

The Green Enterprise