vote up 0 vote down star

Hi All, I am calling one xml file from another.

           <?xml version="1.0" encoding="utf-8"?>
               <pp xmlns:xi="http://www.w3.org/2001/XInclude">
                    <xx>aa</xx>
                 <yy>bb</yy>
                   <xi:include href="A.xml" parse="xml"/>
                 </person>

But I am not sure how to test this one , I mean if its really getting called/refereed or not? Thanks

flag

65% accept rate

2 Answers

vote up 2 vote down

Make that xml file you are referring invalid, put an error in it and see if it shows up in the original document.

link|flag
yeah..tried, but no error is showing.Do u see in problem in my code? – Wondering Nov 5 at 13:42
try adding parse="xml" and see what happens – Gerrie Schenck Nov 5 at 13:45
already tried, but no success. – Wondering Nov 5 at 13:48
vote up 0 vote down

Surely you can just look at the output and see if the content from A.xml is actually there or not?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.