[xsd-users] Serialize a xml whitout the attributes xmlns,
	xmlns:xsi and xsi:schemaLocation
    Cláudio Margulhano 
    cmargulhano at gmail.com
       
    Mon Oct 23 08:09:16 EDT 2006
    
    
  
Hi,
I'm begginer with this powerfull tool ... I have a problem ...
Is there one way to serialize a xml whitout the attributes xmlns, xmlns:xsi
and xsi:schemaLocation?
Thanks,
Cláudio
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="logserpa.xsl"?>
<log_events>
<message xmlns="http://www.example.org/logevents" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://www.example.org/logevents logger.xsd">
  <time>1</time>
  <key>2</key>
  <level>3</level>
  <content>4</content>
</message>
</log_events>
    
    
More information about the xsd-users
mailing list