|
|
|
Terms of Agreement:
By using this article, you agree to the following terms...
1) You may use
this article in your own programs (and may compile it into a program and distribute it in compiled format for langauges that allow it) freely and with no charge.
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame.
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description. |
<%
'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
%>
More info, please click link here:
Web Methodology
| |
Other 1 submission(s) by this author
|
|
|
Report Bad Submission |
|
|
Your Vote! |
See Voting Log |
|
Other User Comments |
4/16/2001 7:17:36 AM:Jeremia Lexiuos this is great think of the development
time. i think your design and algorithm
is good. but you must check the
depthless include.
|
4/20/2001 4:21:09 AM:Chisia It's really great...article...!!
|
4/25/2001 3:14:13 PM:Vera Your desing is very good
|
5/10/2001 3:56:02 PM:jazper20 Am I missing something? all I see is 2
functions and a graphic of a web model.
When I click the link I am dumped into
a fourm, where is the information?
|
6/24/2001 8:03:25 AM:Adam Not bad. Another article on this topic
which is pretty good is
www.ssw.com.au/ssw/methodology
|
|
Add Your Feedback! |
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.
NOTICE: The author of this article has been kind enough to share it with you. If you have a criticism, please state it politely or it will be deleted.
For feedback not related to this particular article, please click here. |
|