The XSL standard gives as a condition of well-formedness (2.1): There is exactly one element, called the root, or document element, no part of which appears in the content of any other element.
You have two such. Tony Dodd >-----Original Message----- >From: Brian Warner [mailto:[EMAIL PROTECTED] >Sent: 17 March 2003 09:22 >To: [EMAIL PROTECTED] >Subject: problem with SAX2XMLReader parse() > > >Hi, > >I've got a problem with the function parse() from >SAX2XMLReader. It reads one of my xml file, but at a line it >stops and exits. What can be the causes of this ? Is there a >problem in my xml file ? One of >my parameters perhaps ? >Because I don't see why it works and then suddenly exits, so I >guess the >function has no trouble. > >Here is the code : > ><liveLayer name="player" producer="camera" depth="3"> > <transform scale="2" rotation="myVector[0]/myVector[1]"/> > </liveLayer> > ><-------- It exits here > > <liveLayer name="playerShadow" producer="camera" >position="(history(camera.bottom).x*(2-2.4),history(camera.bott >om).y*(2-106.0/240))" >depth="4" opacity="0.6" red="1" green="1" blue="1"> > <transform scales="(2.4,106.0/240)"/> > </liveLayer> > > >Regards, >Fabrice Louis. > >_________________________________________________________________ >Recevez vos e-mails MSN Hotmail par SMS sur votre GSM ! >http://www.fr.msn.be/gsm/servicesms/hotmailparsms > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
