Advertisement
2002C Coding Standards #16920

Web Methodology (Layout Management)

When you are develop some system in web, you must construct the skeleton of your front end, especially the layout. This methodology will decrease of your developing times. such as you made a house, you must had a blue print & define the skeleton first. after that you improve it. This management's using XML + XSLT Technology, DHTML, HTML & ASP. Going in depth

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
<a name="down"></a>
<pre>
&lt;%
'This is virtual LDAP
Dim HomeDomain,sLocation
HomeDomain = Virt_Root
'set your static XML files
'Writer: Sunker
function SearchXML(Svocab)
 sLocation = HomeDomain & "Template/"
 select case (Svocab)
 case "left"
	 SearchXML = sLocation & "left.xml" 
	case "coding"
	 SearchXML = sLocation & "coding.xml" 
	case "manager"
	 SearchXML = sLocation & "manager.xml" 
 end select 
end function
'set your static XSL files
'Writer: Sunker
function SearchXSL(Svocab)
 sLocation = HomeDomain & "Layout/"
 select case (Svocab)
 	case "general"
	 SearchXSL = sLocation & "general.xsl" 
 end select
end function
%&gt;
</pre>
<p>
More info, please click link here: 
<br>
<b><a target="blank_" href="http://www16.brinkster.com/iforum/">Web Methodology</a></b>
</p>
Original Comments (3)
Recovered from Wayback Machine