User Profile

Collapse

Profile Sidebar

Collapse
vikramaditya234
vikramaditya234
Last Activity: Sep 26 '11, 12:41 AM
Joined: Nov 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vikramaditya234
    started a topic Setting up proxy for active site

    Setting up proxy for active site

    Hi,
    I have a website hosted and would like a create a backup of the same on a internal (inhouse server) meeting the following conditions:
    1. Backup should always be active and insync
    2. Routing of internal LAN traffic through this internal copy
    3. Incase LAN gets disconnects from the internet the LAN users should not see any difference in website behaviour and continue to work as normal.
    4. On the restoration of...
    See more | Go to post

  • vikramaditya234
    started a topic Reading a Microsoft Access File

    Reading a Microsoft Access File

    Hi,
    I have a Access mdb file. I want to read it and gather the data from it. How can I do that? I dont have any IDE and I am using notepad to write the code. I want to use VB Script, if it possible with it, else suggest me.
    See more | Go to post

  • vikramaditya234
    replied to How to store array in XSL
    in XML
    I want to send the value from the 3 tags <paper>, <sides> and <count> to the jsp function.My existing XSL is:
    Code:
    <xsl:for-each select="EScan">
    	<tr align="center" >
    		<xsl:variable name="paperValue" select="Paper" />
    		<xsl:variable name="sidesValue" select="Sides" />
    		<xsl:variable name="countValue"
    ...
    See more | Go to post

    Leave a comment:


  • vikramaditya234
    started a topic How to store array in XSL
    in XML

    How to store array in XSL

    Hi,,
    I have a XML:
    <Scan>
    <EScan>
    <Paper>A4</Paper>
    <Sides>Both</Sides>
    <Count>4</Count>
    </EScan>
    <EScan>
    <Paper>A5</Paper>
    <Sides>Both</Sides>
    <Count>2</Count>
    </EScan>
    <EScan>
    <Paper>A3</Paper>
    ...
    See more | Go to post
No activity results to display
Show More
Working...