Validator output for http://www.inlandcellular.com/uaprofs/lg840.xml

RDF parser error:Content is not allowed in prolog.
The profile does not contain any RDF information - use W3C RDF Validator
PROFILE IS NOT VALID

Problems with this report?

Original profile

<?xml version="1.0" encoding="UTF-8" ?>

<!--
*********************************************************************
*	ACG HTML browser handset UA Prof template
*
*	Version:		0.1
*	Created:		05/10/08
*	Author:			Jeyun Park(jeyunpark@lge.com)
*	Organization:		LG Electronics
*
*	Copyright 2008 LG Electronics 
*
*	Note
*		Add elements that are defined in the UAPROF specification 
*               if additional features are supported by their device
*
*	Revision History
*		0.1		Initial Release for ACG
*
*		// 0.1		Initial Release
*		// 0.2		Added Adobe Flash(.swf, .flv) & Windows Media Video/Audio(.wmv, .wma) MIME type
*								
*	Known issues
*	
*		
*********************************************************************
-->	 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:prf="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#"
 xmlns:mms="http://www.wapforum.org/profiles/MMS/ccppschema-20010111#">

<rdf:Description rdf:ID="MyDeviceProfile">

<!--********************** Hardware Platform Description ***************************************-->
<prf:component>
	<rdf:Description rdf:ID="HardwarePlatform">
	<rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#HardwarePlatform" />

<!-- ******** Vendor/model *******-->	

<!-- Enter the vendor name here.  This must match the vendor name in the EDF -->		
		<prf:Vendor>LG</prf:Vendor>
	
<!-- Enter the device model name here.  This must match the SKU -->		
		<prf:Model>LG840</prf:Model>
		
<!-- Change if different -->
		<prf:CPU>ARM11</prf:CPU>
		
		
<!--****** Display ******-->
		
<!-- Enter screen size in pixels here - width x height -->
		<prf:ScreenSize>240x378</prf:ScreenSize>
		
<!-- "Yes" if device supports color -->	
		<prf:ColorCapable>Yes</prf:ColorCapable>
		
<!-- Enter the color or grayscale depth here -->
		<prf:BitsPerPixel>16</prf:BitsPerPixel>
		
<!-- Change if not 1:1 -->
		<prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>

<!--  <prf:PointingResolution> </prf:PointingResolution>   --> 
		
<!-- This should always be "Yes" -->
		<prf:ImageCapable>Yes</prf:ImageCapable>

<!-- Enter the screen size in characters here.  Use the default font.(Number of characters perrow)x(Number of rows).in the device's defaultfont. -->		
		<prf:ScreenSizeChar>23x25</prf:ScreenSizeChar>

<!-- Change to "No" only if the default font on the device is not proportional -->
		<prf:StandardFontProportional>Yes</prf:StandardFontProportional>


<!-- List the supported output character sets here. UTF-8 and UTF-16 are required by spec-->
		<prf:OutputCharSet>
			<rdf:Bag>
				<rdf:li>ISO-8859-1</rdf:li>
				<rdf:li>US-ASCII</rdf:li>
				<rdf:li>UTF-8</rdf:li>
				<rdf:li>UTF-16</rdf:li>
			</rdf:Bag>
		</prf:OutputCharSet>
		
		
<!-- ******** Input capabilities ******-->		
<!-- List the supported Input character sets here -->
		<prf:InputCharSet>
			<rdf:Bag>
				<rdf:li>ISO-8859-1</rdf:li>
				<rdf:li>US-ASCII</rdf:li>
				<rdf:li>UTF-8</rdf:li>
			</rdf:Bag>
		</prf:InputCharSet>
		
<!-- This should always be "Yes" -->
		<prf:TextInputCapable>Yes</prf:TextInputCapable>
		
<!-- This value should only be changed if the device does not use a standard DTMF keypad -->
		<prf:Keyboard>PhoneKeypad</prf:Keyboard>

<!-- Enter the number of softkeys supported by the device -->
		<prf:NumberOfSoftKeys>8</prf:NumberOfSoftKeys>
		

<!-- ********* Audio **********-->	

<!-- This should always be "Yes" -->
		<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>


<!-- This should be "Yes" for all voice capable devices -->		
		<prf:VoiceInputCapable>Yes</prf:VoiceInputCapable>

<!--******************************-->		
	</rdf:Description>
</prf:component>


<!--********************** Software Platform Description ***************************************-->
<prf:component>
	<rdf:Description rdf:ID="SoftwarePlatform">
      	<rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#SoftwarePlatform" />

<!-- ***** Basic ******-->

<!-- Should be "Yes" for all Java capable devices -->
	<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
	

<!-- Should not change if using Qualcomm software-->	
	<prf:OSName>Rex</prf:OSName>

<!-- Should not change if using Qualcomm software-->	
	<prf:OSVendor>QUALCOMM</prf:OSVendor>
	
<!-- Fill in version of DMSS Software base -->
	<prf:OSVersion>AMSS7600</prf:OSVersion>
	
	
<!-- ********* CCPP accept **********-->

<!-- List all accepted MIME types here -->
	<prf:CcppAccept>
		<rdf:Bag>
			<!-- Markup languages -->
			<rdf:li>text/html</rdf:li>
			<rdf:li>text/vnd.wap.wml</rdf:li>
			<rdf:li>text/vnd.wap.wmlscript</rdf:li>
			<rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
			<rdf:li>application/xhtml+xml</rdf:li>
			
			<!-- Images -->
			<rdf:li>image/vnd.wap.wbmp</rdf:li>
			<rdf:li>image/jpeg</rdf:li>
			<rdf:li>image/jpg</rdf:li>
			<rdf:li>image/png</rdf:li>
			<rdf:li>image/x-up-wpng</rdf:li>
			<rdf:li>image/gif</rdf:li>
			<rdf:li>image/bmp</rdf:li>
			
			<!-- Audio / Multimedia  -->
			<rdf:li>audio/aac</rdf:li>
			<rdf:li>audio/midi</rdf:li>
			<rdf:li>audio/mid</rdf:li>
			<rdf:li>audio/vnd.qcelp</rdf:li>
			<rdf:li>audio/x-ms-wma</rdf:li>
			
			<!-- Video / Multimedia  -->
			<rdf:li>video/3gpp</rdf:li>
			<rdf:li>video/3gpp2</rdf:li>
			<rdf:li>video/x-ms-wmv</rdf:li>
			
			<!-- Adobe Flash / Multimedia  -->
			<rdf:li>application/x-shockwave-flash</rdf:li>
			<rdf:li>video/x-flv</rdf:li>
									
			<!-- Other: add other supported types here -->
						
		</rdf:Bag>
	</prf:CcppAccept>
	
<!-- List all accepted character sets here. UTF-8 and UTF-16 required by spec -->
	
	<prf:CcppAccept-Charset>
		<rdf:Bag>
			<rdf:li>ISO-8859-1</rdf:li>
			<rdf:li>US-ASCII</rdf:li>
			<rdf:li>UTF-8</rdf:li>
			<rdf:li>UTF-16</rdf:li>
			<!-- Enter other items... -->
		</rdf:Bag>
	</prf:CcppAccept-Charset>
	
<!-- List all accepted languages here in order of preference -->
	
	<prf:CcppAccept-Language>
		<rdf:Seq>
			<rdf:li>en</rdf:li>
			<rdf:li>es</rdf:li> 
			<!-- Enter other languages, e.g. spanish, french... -->
		</rdf:Seq>
	</prf:CcppAccept-Language>
	
<!-- List all accepted transfer encodings here -->
	
	<prf:CcppAccept-Encoding>
		<rdf:Bag>
			<rdf:li>gzip</rdf:li>
			<rdf:li>deflate</rdf:li>
		</rdf:Bag>
	</prf:CcppAccept-Encoding>
	
<!-- ******** Input Encoders ******-->
<!-- Don't know if we need this or not... -->
	<!--  <prf:AudioInputEncoder></prf:AudioInputEncoder> -->
	
<!--******************************-->	
	</rdf:Description>
</prf:component>

<!--********************** Network Characteristics Description ***************************************-->

<prf:component>
	<rdf:Description rdf:ID="NetworkCharacteristics">
	<rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#NetworkCharacteristics"></rdf:type>
	
<!-- Indicate support for SSL 3.0 and TLS 1.0 -->
	<prf:SecuritySupport>
		<rdf:Bag>
			<rdf:li>SSL-3.0</rdf:li>
			<rdf:li>TLS-1.0</rdf:li>
		</rdf:Bag>
	</prf:SecuritySupport>
	
<!-- Indicate support for IS-2000 release 0 packet data bearer -->
<!-- May add more detail here in a later rev. -->
	<prf:SupportedBearers>
		<rdf:Bag>
			<rdf:li>IPv4</rdf:li>
		</rdf:Bag>
	</prf:SupportedBearers>
		
	</rdf:Description>
</prf:component>

<!--********************** Browser UA Description ***************************************-->

<prf:component>
	<rdf:Description rdf:ID="BrowserUA">
      	<rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#BrowserUA" />
	
<!-- ********* Browser Identification ********** -->

<!-- Enter the browser vendor/product name here -->
	<prf:BrowserName>Teleca</prf:BrowserName>
	
<!-- Enter the browser version here -->
	<prf:BrowserVersion>Q7.0-1.6</prf:BrowserVersion>
	
<!-- ********** Capabilities *********** -->
	
<!-- Frames are not supported -->
	<prf:FramesCapable>No</prf:FramesCapable>
	
<!-- Basic tables are supported in xhtml-basic -->
	<prf:TablesCapable>Yes</prf:TablesCapable>
	
<!-- Frames are not supported -->
	<prf:PreferenceForFrames>No</prf:PreferenceForFrames>
	
<!-- *********** Applet / Script support is not required ********** -->	
	
	<prf:DownloadableBrowserApps>
		<rdf:Bag>
			<rdf:li>No</rdf:li>
		</rdf:Bag>
	</prf:DownloadableBrowserApps>
	
	<prf:JavaAppletEnabled>No</prf:JavaAppletEnabled>
	
	<prf:JavaScriptEnabled>Yes</prf:JavaScriptEnabled>
	
	
<!-- ************* XHTML support - indicate XHTML-Basic 1.0 ************ -->
	<prf:XhtmlVersion>XHTML-Basic/1.0</prf:XhtmlVersion>
	

<!--******************************-->
	
	</rdf:Description>
</prf:component>

<!--********************** WAP Characteristics Description ***************************************-->

<prf:component>
	<rdf:Description rdf:ID="WapCharacteristics">
        <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#WapCharacteristics" />

<!--******** General ***********-->
	<prf:WapVersion>2.0</prf:WapVersion>

<!--*********** WML ************-->

<!-- If full wml 2.0 is supported, it should be added here -->	
	<prf:WmlVersion>
		<rdf:Bag>
			<rdf:li>1.1</rdf:li>
			<rdf:li>1.2</rdf:li>
		</rdf:Bag>
	</prf:WmlVersion>

<!-- Enter the maximum deck size for wml -->
	<prf:WmlDeckSize>4096</prf:WmlDeckSize>

        <prf:WmlScriptVersion>
          <rdf:Bag>
            <rdf:li>1.1</rdf:li>
            <rdf:li>1.2</rdf:li>
          </rdf:Bag>
        </prf:WmlScriptVersion>  
        
        <prf:OmaDownload>No</prf:OmaDownload>
        
<!--******************************-->
	</rdf:Description>
</prf:component>

<!--********************** Push Characteristics Description ***************************************-->
<!-- Note: This entire section is TBD in this revision -->

<prf:component>
	<rdf:Description rdf:ID="PushCharacteristics">
	<rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#PushCharacteristics" />
	<prf:Push-Accept>
		<rdf:Bag>
			<rdf:li>text/vnd.wap.si</rdf:li>
			<rdf:li>text/vnd.wap.sl</rdf:li>
			<rdf:li>application/vnd.wap.sic</rdf:li>
			<rdf:li>application/vnd.wap.slc</rdf:li>
		</rdf:Bag>
	</prf:Push-Accept>

	<prf:Push-Accept-Encoding>
		<rdf:Bag>
			<rdf:li>gzip</rdf:li>
			<rdf:li>deflate</rdf:li>			
		</rdf:Bag>
	</prf:Push-Accept-Encoding>

	<prf:Push-Accept-AppID>
		<rdf:Bag>
			<rdf:li>x-wap-application:wml.ua</rdf:li>
			<rdf:li>*</rdf:li>
		</rdf:Bag>
	</prf:Push-Accept-AppID>

	<prf:Push-MsgSize>1400</prf:Push-MsgSize>
	
<!-- ********************************-->	
	</rdf:Description>
</prf:component>

<!--********************** MMSCharacteristics Description *******************************-->

<prf:component>
	<rdf:Description ID="MMSCharacteristics">
 
		<!-- Enter max message size here -->

		<prf:MmsMaxMessageSize>1228800</prf:MmsMaxMessageSize>
		
		<!-- Enter Max Image Resolution here -->

		<prf:MmsMaxImageResolution>2048x1536</prf:MmsMaxImageResolution>	

		<!-- Enter acceptible content type for MMS here -->
		<prf:MmsCcppAccept>
		     <rdf:Bag>
		     	<rdf:li>application/smil</rdf:li>
			<rdf:li>application/vnd.oma.drm.message</rdf:li>
			<rdf:li>application/vnd.oma.drm.content</rdf:li>
			<rdf:li>image/jpeg</rdf:li>
			<rdf:li>image/jpg</rdf:li>
			<rdf:li>image/png</rdf:li>
			<rdf:li>image/bmp</rdf:li>
			<rdf:li>image/gif</rdf:li>
			<rdf:li>audio/mid</rdf:li>
			<rdf:li>audio/midi</rdf:li>
			<rdf:li>audio/vnd.qcp</rdf:li>
			<rdf:li>audio/vnd.qcelp</rdf:li>
			<rdf:li>audio/qcp</rdf:li>
			<rdf:li>audio/qcelp</rdf:li>		
			<rdf:li>audio/evrc</rdf:li>
			<rdf:li>audio/amr</rdf:li>
			<rdf:li>audio/mp3</rdf:li>
			<rdf:li>audio/mpeg</rdf:li>
			<rdf:li>audio/aac</rdf:li>
			<rdf:li>video/3gpp</rdf:li>
			<rdf:li>video/3gpp2</rdf:li>			
			<rdf:li>video/mp4</rdf:li>
			<rdf:li>video/h263-2000</rdf:li>
			<rdf:li>text/plain</rdf:li>
		    </rdf:Bag>
		</prf:MmsCcppAccept>

		<!-- Enter acceptible character set for MMS here -->
		<prf:MmsCcppAccept-Charset>
			<rdf:Bag>
				<rdf:li>US-ASCII</rdf:li> 
				<rdf:li>ISO-8859-1</rdf:li> 
				<rdf:li>UTF-8</rdf:li> 
			</rdf:Bag>
		</prf:MmsCcppAccept-Charset>

		<prf:MmsVersion>1.0</prf:MmsVersion>		
	</rdf:Description>
</prf:component>

</rdf:Description>
</rdf:RDF>