[rygel] data: Drop comments from XML files



commit 3d8eba3d576ed20c0aba12d45ef0c251ed45f270
Author: Jens Georg <mail jensge org>
Date:   Wed Oct 12 13:18:03 2011 +0200

    data: Drop comments from XML files
    
    Improves IOP as some devices choke on comments.

 data/xml/AVTransport2.xml.in      |   13 -------------
 data/xml/ConnectionManager.xml.in |   13 -------------
 data/xml/ContentDirectory.xml.in  |   13 -------------
 data/xml/RenderingControl2.xml.in |   13 -------------
 4 files changed, 0 insertions(+), 52 deletions(-)
---
diff --git a/data/xml/AVTransport2.xml.in b/data/xml/AVTransport2.xml.in
index 3872f80..7a2b3bc 100644
--- a/data/xml/AVTransport2.xml.in
+++ b/data/xml/AVTransport2.xml.in
@@ -1,17 +1,4 @@
 <?xml version="1.0"?>
-<!--============================================================
-Title: UPnP AV AV-Transport Service (AVT) Template
-
-Purpose:
-To identify the required/optional actions and state variables
-and the required allowed values defined by this service type.
-
-Note:
-This file uses tabs (not spaces) for block indentation.
-Any updates to this file should maintain this convention.
-This includes disabling any automatic tab-to-space conversion
-feature provided by your editor.
-================================================================-->
 <scpd xmlns="urn:schemas-upnp-org:service-1-0">
    <specVersion>
       <major>1</major>
diff --git a/data/xml/ConnectionManager.xml.in b/data/xml/ConnectionManager.xml.in
index fb81e8f..a55d1e3 100644
--- a/data/xml/ConnectionManager.xml.in
+++ b/data/xml/ConnectionManager.xml.in
@@ -1,17 +1,4 @@
 <?xml version="1.0"?>
-<!--============================================================
-Title: UPnP AV Connection Manager Service (CM) Template
-
-Purpose:
-To identify the required/optional actions and state variables
-and the required allowed values defined by this service type.
-
-Note:
-This file uses tabs (not spaces) for block indentation.
-Any updates to this file should maintain this convention.
-This includes disabling any automatic tab-to-space conversion
-feature provided by your editor.
-================================================================-->
 <scpd xmlns="urn:schemas-upnp-org:service-1-0">
    <specVersion>
       <major>1</major>
diff --git a/data/xml/ContentDirectory.xml.in b/data/xml/ContentDirectory.xml.in
index 48ea282..8460158 100644
--- a/data/xml/ContentDirectory.xml.in
+++ b/data/xml/ContentDirectory.xml.in
@@ -1,17 +1,4 @@
 <?xml version="1.0"?>
-<!--============================================================
-Title: UPnP AV Content Directory Service (CDS) Template
-
-Purpose:
-To identify the required/optional actions and state variables
-and the required allowed values defined by this service type.
-
-Note:
-This file uses tabs (not spaces) for block indentation.
-Any updates to this file should maintain this convention.
-This includes disabling any automatic tab-to-space conversion
-feature provided by your editor.
-================================================================-->
 <scpd xmlns="urn:schemas-upnp-org:service-1-0">
    <specVersion>
       <major>1</major>
diff --git a/data/xml/RenderingControl2.xml.in b/data/xml/RenderingControl2.xml.in
index ace21bc..5dbfd1d 100644
--- a/data/xml/RenderingControl2.xml.in
+++ b/data/xml/RenderingControl2.xml.in
@@ -1,17 +1,4 @@
 <?xml version="1.0"?>
-<!--============================================================
-Title: UPnP AV Rendering Control Service (RCS) Template
-
-Purpose:
-To identify the required/optional actions and state variables
-and the required allowed values defined by this service type.
-
-Note:
-This file uses tabs (not spaces) for block indentation.
-Any updates to this file should maintain this convention.
-This includes disabling any automatic tab-to-space conversion
-feature provided by your editor.
-================================================================-->
 <scpd xmlns="urn:schemas-upnp-org:service-1-0">
    <specVersion>
       <major>1</major>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]