473,756 Members | 2,977 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please Help me in Xml Template

1 New Member
Hello Guys im a just a new user and i dnt knw much abt Xml i want to upload a new template in Blogger so got some free coding but when i save this code in Blogger template it say
'''' Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "Variable" must be terminated by the matching end-tag "".
so please help me out and check this coding if there is somthing wrong wid it ......
i will really thank full to u guys.....

Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <html>
  7. <head>
  8.     <b:include data='blog' name='all-head-content'/>
  9.     <title>
  10.     <b:skin>[CDATA[
  11. /* --- * Blogger Template Style---- * Name: Keyboard----- *Designer: J.aghili ----- * URL: www.finalsense.com ------ * Date: March 2007 ----- */
  12. /* Variable definitions
  13.    ====================
  14.  
  15.    <Variable name="textcolor" description="Text Color"
  16.              type="color" default="#666" value="#666666">
  17.  
  18.    <Variable name="PageBgColor" description="Page Background Color"
  19.              type="color" default="#737373" value="#737373">
  20.  
  21.    <Variable name="pagetitlecolor" description="Page Header Color"
  22.              type="color" default="#999" value="#999999">
  23.  
  24.    <Variable name="datecolor" description="Date Header Color"
  25.              type="color" default="#ccc" value="#cccccc">
  26.  
  27.    <Variable name="titlecolor" description="Post Title Color"
  28.              type="color" default="#f63" value="#ff6633">
  29.  
  30.    <Variable name="footercolor" description="Post Footer Color"
  31.              type="color" default="#999" value="#999999">
  32.  
  33.    <Variable name="sidebartextcolor" description="Sidebar Text Color"
  34.              type="color" default="#369" value="#336699">
  35.  
  36.    <Variable name="sidebarcolor" description="Sidebar Title Color"
  37.              type="color" default="#999" value="#999999">
  38.  
  39.    <Variable name="sidebarlink" description="Sidebar Link Color"
  40.              type="color" default="#369" value="#336699">
  41.  
  42.    <Variable name="sidebarhover" description="Sidebar Hover Color"
  43.              type="color" default="#000" value="#000000">          
  44.  
  45.    <Variable name="linkcolor" description="Link Color"
  46.              type="color" default="#69c" value="#6699cc">
  47.  
  48.    <Variable name="linkhover" description="Link Hover Color"
  49.              type="color" default="#ff0000" value="#ff0000">
  50.  
  51.    <Variable name="visitedlinkcolor" description="Visited Link Color"
  52.              type="color" default="#669" value="#666699">
  53.  
  54.    <Variable name="bodyfont" description="Text Font"
  55.              type="font" default="normal normal 82% Verdana, sans-serif" value="normal normal 87% Verdana, sans-serif">
  56.  
  57.    <Variable name="pagetitlefont" description="Page Header Font"
  58.              type="font" default="normal bold 200% 'Georgia','Times New Roman'" value="normal bold 200% 'Georgia','Times New Roman'">
  59.  
  60.    <Variable name="titlefont" description="Post Title Font"
  61.              type="font" default="normal bold 110% 'Georgia','Times New Roman'" value="normal bold 110% 'Georgia','Times New Roman'">
  62.  
  63.    <Variable name="sidebarheaderfont" description="Sidebar Title Font"
  64.              type="font" default="normal bold 105% 'Georgia','Times New Roman'" value="normal bold 105% 'Georgia','Times New Roman'">
  65.  
  66.    <Variable name="descriptionfont" description="Description Font"
  67.              type="font" default="normal normal 80% 'Verdana','Arial'" value="normal normal 80% 'Verdana','Arial'">
  68.  
  69.    <Variable name="descriptioncolor" description="Description Color"
  70.              type="color" default="#fff" value="#fefefe">
  71.  
  72.    <Variable name="Commentscolor" description="Comments Text Color"
  73.              type="color" default="#666" value="#666">             
  74. */
  75.  
  76. /* ---( page defaults )--- */
  77. body {  margin: 0px;  padding: 0px;  text-align: left; font:$bodyfont; color:$textcolor; background: $PageBgColor;  }
  78. blockquote {  margin: 0 0 0 30px;  padding: 10px 0 0 20px;  font-size: 88%;  line-height: 1.5em;  color: #666;  }
  79. blockquote p {  margin-top: 0;  }
  80. abbr, acronym {  cursor: help;  font-style: normal;  }
  81. code {  color: #f63;  }
  82. hr {  display: none;  }
  83. img {  border: none;  }
  84.  
  85. /* unordered list style */
  86. ul {  list-style: none;  margin-left: 10px;  padding: 0;  }
  87. li {  list-style: none;  padding-left: 14px;  margin-bottom: 3px;  }
  88.  
  89. /* links */
  90. a:link {  color: $linkcolor; text-decoration: none;  }
  91. a:visited {  color: $visitedlinkcolor; text-decoration: none;  }
  92. a:hover {  color: $linkhover; text-decoration: none;  }
  93. a:active { color: $visitedlinkcolor; text-decoration: none;  }
  94.  
  95. /* ---( layout structure )---*/
  96. #outer-wrapper {  width: 901px;  margin: 0px auto 0;   text-align: justify; }
  97. #content-wrapper {  margin-left: 10px;  /* to avoid the border image */  width: 900px;  }
  98. #main {  float: left;  width: 440px;  margin: 5px; padding: 0px 5px 0px 0px;  line-height: 1.5em;  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */  }
  99. #sidebar {  float: right;  width: 190px;  padding-right: 37px;  font-size: 85%;  color: $sidebartextcolor; line-height: 1.4em;  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */  }
  100. #ads-wrapper {float: left; width: 210px; padding-left: 0px;  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */}
  101. #ads{font-size: 100%; color: $sidebartextcolor; padding: 0px; }
  102. #center {background: #ffffff url('http://lh6.google.com/image/jvdmds/Rf39M0sJ29I/AAAAAAAAAOo /YCwrelP-pQ0/F%3A%5Ctexts%5Cnew-temp%5Cbeta%5C3%5Ckey-2.jpg') repeat-y top center;}
  103.  
  104. /* ---( header and site name )--- */
  105. #header-wrapper {  margin: 0;  }
  106. #header {  margin: 0; height:280px; width:901; color: $pagetitlecolor;   background: url('http://lh4.google.com/image/jvdmds/Rf38JUsJ21I/AAAAAAAAANo /bMkzjCKQH9E/key-1.jpg') no-repeat top center; }
  107. #header h1 { font: $pagetitlefont; padding: 50px 20px 0px 30px;  text-shadow: #cccccc 2px 2px 2px; text-align: left;}
  108. #header h1 a {  text-decoration: none;  color: $pagetitlecolor;  }
  109. #header h1 a:hover {  color: #eee;  }
  110. #header .description { margin:0 5px 5px; text-align: left; padding:15px;  max-width:55%;  text-transform:uppercase;  letter-spacing:.2em;  line-height: 1.4em;  font: $descriptionfont;  color: $descriptioncolor; }
  111.  
  112. /* ---( main column )--- */
  113. h2.date-header {  margin-top: 0;  padding-left: 10px;  font-size: 90%;  color: $datecolor;  }
  114. .post h3 {  margin-top: 0;  font: $titlefont;  color: $titlecolor;  }
  115. .post {  border-bottom: 1px solid #ddd; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1em; padding-left:10px; padding-right:0; padding-top:0; padding-bottom:1em  }
  116. .post h3 a {text-decoration: none;}
  117. .post h3 a:hover {   color: #369;  text-decoration: none; }
  118. .post-footer {  margin: 0;  padding: 0px;  font-size: 88%;  color:$footercolor;  }
  119. .post img {  padding: 6px;  border-top: 1px solid #ddd;  border-left: 1px solid #cccccc;  border-bottom: 1px solid #c0c0c0;  border-right: 1px solid #c0c0c0;  }
  120. .feed-links {  clear: both;  line-height: 2.5em;}
  121. .blog-feeds { text-align: right;}
  122. #blog-pager-newer-link {  float: left; }
  123. #blog-pager-older-link {   float: right; }
  124. #blog-pager {     text-align: center;  }
  125.  
  126. /* comment styles */
  127. #comments {  padding-top: 10px;  font-size: 85%;  line-height: 1.5em;  color: $Commentscolor;  }
  128. #comments h4 {  margin: 20px 0 15px 0;  padding: 8px 0 0 40px;  font-family: "Lucida Grande", "Trebuchet MS";  font-size: 110%;  color: $Commentscolor;  height: 30px !important; /* for most browsers */  height /**/:37px; /* for IE5/Win */  }
  129. #comments ul {  margin-left: 0;  }
  130. #comments li {  background: none;  padding-left: 0;  }
  131. .comment-body {  padding: 0 10px 0 25px;  }
  132. .comment-body p {  margin-bottom: 0;  }
  133. .comment-author {  margin: 4px 0 0 0;  padding: 0 10px 0 60px;  color: #999;    }
  134. .comment-footer {  border-bottom: 1px solid #ddd;  padding-bottom: 1em;}
  135. .deleted-comment {  font-style:italic;  color:gray;  }
  136.  
  137. /* ---( sidebar )--- */
  138. .sidebar h2 {   margin: 0 0 0 0;  padding: 10px 0 0 0px; font: $sidebarheaderfont;  color: $sidebarcolor;  height: 32px !important; /* for most browsers */  height /**/:57px; /* for IE5/Win */  }
  139. .sidebar .widget {  margin: 0;  padding: 0 0 5px 10px;}
  140. .sidebar a {color: $sidebarlink; text-decoration: none;}
  141. .sidebar a:hover {color: $sidebarhover; }
  142. .sidebar li {  background:  0 5px;  }
  143. .profile-textblock {   clear: both;  margin-left: 0;}
  144. .profile-img {   float: right;  margin: 0 5px 5px 0;  border: 1px solid #ddd;  padding: 4px;}
  145.  
  146. /* ---( footer )--- */
  147. .clear { /* to fix IE6 padding-top issue */  clear: both;  }
  148. #footer-wrapper {  margin: 0;  padding: 0 0 0 0;  font-size: 85%;  }
  149. #footer {  margin: 0; width: 901px; height:72px;  padding: 0px;  background:  url('http://lh6.google.com/image/jvdmds/Rf38J0sJ22I/AAAAAAAAANw /nFi4HqWUvYw/key-3.jpg') no-repeat top center; }
  150.  
  151.  
  152. /** Page structure tweaks for layout editor wireframe */
  153. body#layout #outer-wrapper,
  154. body#layout #main,
  155. body#layout #sidebar {   padding-top: 0;  margin-top: 0;}
  156. body#layout #outer-wrapper,body#layout #content-wrapper {   width: 901px;}
  157. body#layout #sidebar {   margin-right: 0;  margin-bottom: 1em; }
  158. body#layout #header,body#layout #footer,
  159. body#layout #main {  padding: 0; }
  160. body#layout #content-wrapper {   margin: 0px; }
  161. #navbar-iframe {   height:0px;   visibility:hidden;   display:none   } 
  162.  
  163.  
  164.  
  165.  
  166.  ]] 
  167.   </b:skin>
  168.   </head>
  169. <body>
  170. <div id='outer-wrapper'>
  171. <div id='wrap2'>
  172. <!-- skip links for text browsers   --> 
  173. <span id='skiplinks' style='display:none;'>
  174.   <a href='#main' shape='rect'>skip to main 
  175.   | 
  176.   <a href='#sidebar' shape='rect'>skip to sidebar 
  177.   </span>
  178. <div id='header-wrapper'>
  179.       <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  180. <b:widget id='Header1' locked='true' title='Wordpress (Header)' type='Header'/>
  181. </b:section>
  182.     </div>
  183. <div id='center'>
  184.  <div id='content-wrapper'>
  185.  <div id='sidebar-wrapper'>
  186.         <b:section class='sidebar' id='sidebar' preferred='yes'>
  187.            <b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
  188.            <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
  189.         </b:section>
  190.  </div>
  191.  <div id='main-wrapper'>
  192.  <b:section class='main' id='main' showaddelement='yes'>
  193.   <b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog' /> 
  194.   </b:section>
  195.   </div>
  196.  <div id='ads-wrapper'>
  197.  <b:section class='sidebar' id='ads' preferred='yes'>
  198.  <b:widget id='Label1' locked='false' title='Ads' type='Label' />
  199.  <b:widget id='HTML1' locked='false' title='Text-Ads' type='HTML' />
  200.  <b:widget id='HTML2' locked='false' title='Links' type='HTML' />
  201.  <b:widget id='HTML3' locked='false' title='Feeds' type='HTML' />
  202.   </b:section>
  203.   </div>
  204. <!-- spacer for skins that want sidebar and main to be the same height  --> 
  205.   <div class='clear'>  
  206.   </div>
  207. <!-- end content-wrapper  --> 
  208. </div>
  209.   <div id='footer-wrapper'>
  210.   <b:section class='footer' id='footer' /> 
  211.   </div>
  212. </div>
  213. </div>
  214. <!-- end outer-wrapper --> 
  215.   </body>
  216.   </html>
  217.  
Jul 12 '07 #1
0 1909

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1882
by: johkar | last post by:
My XML and XSL is below. Also below is a textual representation of what I want to get out of the XML with XSL. For each Extension node in XML, I am only concerned with those nodes with fieldTypeCodes of 10 - 17. For any given query there will be up to 4 Extension nodes fitting this criteria. I have everything working except for being able to insert a, b, c or d in the <box12 tags. Notice each row or found node has a different letter. ...
0
1645
by: Jimmy | last post by:
Hi, I have a (multi-tier) XML document and a XSL transform file (that is meant to transform the XML into a flat structure so I can insert the data into a database table). I have reached a problem node when doing a search for a match. The following works: <xsl:template match="PlanningPortalXML/pp:PlanningApplication/pa1:form">
3
2136
by: CoolPint | last post by:
Can anyone explain how I can make the following function accept an default arguement for the last parameter, which should be an optional functor? template <typename T, typename FUNCTOR> void bsort(T * si, T * ei, FUNCTOR cmpfunc) { int k = 0; for (T * i = si; i < ei - 1; i++, k++) for (T * j = si; j < (ei-k-1) ; j++)
3
2204
by: Gandu | last post by:
Could some C++ guru please help me? I have a very odd problem with respect templates and inheritance. I have templatized List class, from which I am inheriting to create a Stack class. All works fine till I have to create a Stack object - all sorts of error messages are generated. I have included source files below: The List class: #include "List.h" template <class T>
3
2997
by: Gandu | last post by:
Could some C++ guru please help me. I have a template based general linked list class that I want to inherit publicly to create a queue class. In the case of non-template inheritance, I can use: class A{ }; class B: public A{}; And for the constructor of B: B:B():A(){} now suppose I have a template as:
1
1484
by: suzy | last post by:
hi, i have created a aspx page template by creating a template.cs file which inherits from the page class. In this file I override the OnInit event and create a template in the form of a header, left menu and a footer. there is also a body area where the main content of the page will go. i created these 4 areas by dynamically creating a placeholder in each area at runtime. in the template.cs i load user controls into each area...
2
1969
by: shapper | last post by:
Hello, I am for days trying to apply a XSL transformation to a XML file and display the result in a the browser. I am using Asp.Net 2.0. Please, could someone post just a simple code example, either C# or VB.NET, that I can try. Thank You Very Much,
2
3086
by: thuythu | last post by:
Please help me.... I used and Javascript to view the data. But when i click button open a popup windows, then select data and click save button. The popup close and return the main page, but the textbox value in the main page is undefined ---------------------------------------- here are code main page: ------------------------------------------- <script language="JavaScript"> var thedata; var newwin; var thenumber; function...
1
1320
by: alan | last post by:
I have a set of classes, cell, cell_body, and cell_internal. cell_internal is an abstract base class, intended to encapsulate deferred computation. cell is just a wrapped pointer around cell_body; this is the user's interface to this code. When a cell is created, it creates a cell_body and attaches a shared_ptr member (value_) to the body. This shared_ptr should never be changed; the cell can only have one cell_body during its...
0
10040
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9846
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8713
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3806
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.