Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 18th, 2008, 06:58 PM
Registered User
 
Join Date: Apr 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to dnayak
Default Invalid Characters

Hi,

I am giving small xml files as input to a XSLT to give it a proper format.
But I am getting illegal character error.

Can you please suggest how to handle this.
I need to print that record but it can ignore that character.

Please let me know if you need any more information.

This is really urgent.

Thanks,
Deepak
 
Old April 19th, 2008, 02:22 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Usually I don't respond to enquiries if they are urgent, because it often means that people don't take the time needed to formulate the question, gather the evidence, and study the answer carefully.

To help you diagnose a problem like this we need to know exactly what you did and exactly how it failed. That means you need to show us your XML and XSLT input (or a representative sample), you need to say how you were running it (with product/version details if appropriate), and you need to quote the actual error message, not just a precis.

The most likely thing is that one of your input XML documents is not well-formed, because of the illegal characters. XSLT processors cannot handle badly-formed input; you will need to correct the input before you start any XSLT processing. It's best to do that by correcting the program or process that generates the XML (more accurately, the non-XML) in the first place.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
Invalid Argument ppenn Access VBA 2 May 14th, 2007 10:11 AM
first two characters crmpicco Classic ASP Databases 4 January 26th, 2005 02:57 PM
**** instead of characters Louisa VB.NET 2002/2003 Basics 2 March 25th, 2004 09:08 AM
Invalid use of Null LT2003 All Other Wrox Books 3 December 1st, 2003 04:02 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.