W3C home > Mailing lists > Public > www-rdf-interest@w3.org > March 2002

parseTypeÓ2literal"

From: <tarod@softhome.net>
Date: Mon, 11 Mar 2002 09:17:29 GMT
Message-ID: <20020311091729.24991.qmail@softhome.net>
To: www-rdf-interest@w3.org

  We are having some problems using the parseType literal and including
some xml in the literal.

  in the description they say "any well-formed xml", is it right?

  <tp:representacionXul rdf:parseType="Literal">
      <?xml-stylesheet href="/sistema-acceso/css/bindings.css"
                       type="text/css"?>
      <?xul-overlay href="/sistema-acceso/xul/c4d_common.xul"?>
      <xul:window id="Simulacion"
                  title="Pantalla de Simulación"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"		xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:c4d="http://www.isegware.com/rdfs/au/c4d.rdfs">
                <vbox></vbox>
      </xul:window>
  </tp:representacionXul>

   so, why this is converted to this?
   <tp:representacionXul rdf:parseType='Literal'>
      	<xul:window
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"  
        
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="Simulacion"  		   
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="Pantalla de Simulación">	
  	   <vbox
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
           </vbox>
        </xul:window>
   </tp:representacionXul>

   Anybody knows why???
   Thanks, 
          Marc
Received on Monday, 11 March 2002 04:17:46 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:34 UTC