Re: [xsl] Simple XSL but having problems

Subject: Re: [xsl] Simple XSL but having problems
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 11 May 2004 17:10:34 +0100
> what did i do wrong 

Your posted file does not demonstrate the problem you are having, so
it's hard to guess.

as posted it produces the following:

$ saxon simple.xml simple.xsl
Error on line 11 column 3 of file:/c:/tmp/simple.xml:
  Error reported by XML parser: unexpected characters in element end tag (expected "b")
Transformation failed: Run-time errors were reported



If you delete the spurious <b> on line 11 then you get the output that I
think you expected, and not the output that you said that you got:

$ saxon simple.xml simple.xsl
<?xml version="1.0" encoding="utf-8"?>test1
                                ::
                                test2
                                ;;
                        test3
                                ::
                                test4
                                ;;
                        :|*|:


David

-- 
The LaTeX Companion
  http://www.awprofessional.com/bookstore/product.asp?isbn=0201362996
  http://www.amazon.co.uk/exec/obidos/tg/detail/-/0201362996/202-7257897-0619804


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread