xsl-list
[Top] [All Lists]

Re: xml-xsl transform error

2005-10-01 11:33:56
On 10/1/05, nalopaleaahu(_at_)aol(_dot_)com <nalopaleaahu(_at_)aol(_dot_)com> 
wrote:
Can anyone tell me why I am getting this error?
"XSLT processing error: XML parser error 4: not well-formed (invalid
token)"
[snip]
the xml:
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns="http://www.w3.org/1999/09/28-Photo-ns#";
     xmlns:DC="http://purl.oclc.org/dc/documents/rec-dces-199809.htm#";
     xmlns:Technical="http://www.w3.org/2000/PhotoRDF/technical-1-0#";>
  <rdf:Description about="for awhile">
    <DC:Description>Take one</DC:Description>
    <DC:Type>image/jpeg</DC:Type>
    <DC:Subject>computers</DC:Subject>
    <DC:Source>ccd</DC:Source>
    <DC:Rights>public domain</DC:Rights>
    <DC:Title>Lets get this working</DC:Title>
    <DC:Date>2005-04-20</DC:Date>
    <DC:Coverage>USA</DC:Coverage>
    <DC:Creator>Me</DC:Creator>
    <Technical:devel-date>2005-05-01</Technical:devel-date>
    <Technical:lens>Minolta AF70-210</Technical:lens>
    <Technical:camera>Minolta800i</Technical:camera>
    <Technical:film>Fuji</Technical:film>
  </rdf:Description>
</rdf:RDF></xml>
                ^^^^^^^^^^^^^^

You've got a trailing </xml> there...

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>