Click here to Skip to main content
15,899,754 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXML in app.config file in VB 2005 Pin
steve_rm19-Jun-07 3:03
steve_rm19-Jun-07 3:03 
AnswerRe: XML in app.config file in VB 2005 Pin
George L. Jackson21-Jun-07 12:55
George L. Jackson21-Jun-07 12:55 
QuestionXml Schema question Pin
Jamie Nordmeyer18-Jun-07 13:05
Jamie Nordmeyer18-Jun-07 13:05 
AnswerRe: Xml Schema question Pin
George L. Jackson20-Jun-07 12:46
George L. Jackson20-Jun-07 12:46 
GeneralRe: Xml Schema question Pin
Jamie Nordmeyer20-Jun-07 12:56
Jamie Nordmeyer20-Jun-07 12:56 
AnswerRe: xml data source used for navigation. [modified] Pin
S Douglas16-Jun-07 22:14
professionalS Douglas16-Jun-07 22:14 
QuestionCalculating DigestValue for SignedInfo Pin
Andy H16-Jun-07 0:36
Andy H16-Jun-07 0:36 
Questionxml data source used for navigation. Pin
newbie1234567891015-Jun-07 3:58
newbie1234567891015-Jun-07 3:58 
I am using an xml file as a data source for site navigation on my asp website. All but one link points to files that are contained with in the project. Here is an example:
<section>
<id>customers</id>
<image>customers.jpg</image>
<name>Customers</name>
<url>customers/</url>
<subSection>
<id>retail</id>
<name>Retail Cheese Shop</name>
<url>customers/retail/</url>
<detailSection>
<id>logoitems</id>
<name>Alto Logo Items</name>
<url><http://www.companycasuals.com/altodairy/start.jsp</url>
</detailSection>
</subSection>
</section>
The urls all work with one exception. The last <detailsection> points to a website outside of the project.
When I run this I get an error message that says: Cannot use a leading .. to exit above the top directory.
Does anyone know what I would use to exit above the top directory?


John
AnswerRe: xml data source used for navigation. Pin
Stefan Troschuetz15-Jun-07 21:59
Stefan Troschuetz15-Jun-07 21:59 
Questionspecial character are coming while generating a XML File. Pin
saymajum14-Jun-07 17:12
saymajum14-Jun-07 17:12 
AnswerRe: special character are coming while generating a XML File. Pin
Stefan Troschuetz15-Jun-07 3:04
Stefan Troschuetz15-Jun-07 3:04 
Questionhow to attach database object to textwriter Pin
ksrs13-Jun-07 8:07
ksrs13-Jun-07 8:07 
QuestionRe: how to attach database object to textwriter Pin
Brendan Vogt21-Jun-07 17:41
Brendan Vogt21-Jun-07 17:41 
AnswerRe: how to attach database object to textwriter Pin
ksrs22-Jun-07 15:52
ksrs22-Jun-07 15:52 
QuestionIs there anything wrong in this statement [modified] Pin
saymajum13-Jun-07 7:55
saymajum13-Jun-07 7:55 
AnswerRe: Is there anything wrong in this statement Pin
Stefan Troschuetz13-Jun-07 10:29
Stefan Troschuetz13-Jun-07 10:29 
AnswerRe: Is there anything wrong in this statement Pin
Christian Graus15-Jun-07 17:50
protectorChristian Graus15-Jun-07 17:50 
AnswerRe: Is there anything wrong in this statement Pin
BoneSoft19-Jun-07 8:39
BoneSoft19-Jun-07 8:39 
QuestionMemory Leaks in MSXML ? Pin
logicaldna12-Jun-07 22:54
logicaldna12-Jun-07 22:54 
AnswerRe: Memory Leaks in MSXML ? Pin
_anil_19-Jun-07 19:35
_anil_19-Jun-07 19:35 
QuestionSpecific values [modified] Pin
Icarus12312-Jun-07 2:13
Icarus12312-Jun-07 2:13 
AnswerRe: Specific values Pin
Fatbuddha 112-Jun-07 23:10
Fatbuddha 112-Jun-07 23:10 
AnswerRe: Specific values Pin
S Douglas16-Jun-07 22:24
professionalS Douglas16-Jun-07 22:24 
Questiongenerate xslt code dynamically Pin
sdee211-Jun-07 14:42
sdee211-Jun-07 14:42 
AnswerRe: generate xslt code dynamically Pin
led mike12-Jun-07 4:45
led mike12-Jun-07 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.