Jump to content

akaii

Members
  • Posts

    2
  • Joined

  • Last visited

akaii's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Ok it means the only way is to import the pbxglobal.xml file from the server via my .aspx code and copy the file in the same folder than my project...But how? That is the question now...
  2. Hi,I have to make this code dynamic <xsl:for-each select="document('pbxglobal.xml')//show/filter" > Actually the file pbxglobal.xml is added manually in the project, but it's a file that often change its contents.The best would be to get this file directly in the xsl sheet, but pbxglobal.xml is on a server that requires an authenticationI thought of course about doing that <xsl:for-each select="document('http://10.200.0.40/PBX0/pbxglobal.xml')//show/filter" > but because of the authentication seems not to work.Does somebody have a solution?
×
×
  • Create New...