magi
11-02-2007, 06:34 AM
Hi,
I have XML files that include something similar to the example below:
<TEST1>
<P>
Test1 C
<SUP>2</SUP>
Test2
<SUP>2</SUP>
Test 3
</P>
</TEST1>
When I pass this file to the XML Input I get the following Filelds:
Test11
Test11P1
Test11P1Sup1
Test11P1Sup2
The preview gives:
Test11 Test11P1 Test11P1Sup1 Test11P1Sup2
Test1 C 2 2
This means that I have lost most of the information like Test2 and Test3
What I would like to do is to actually get everything that is between the <P> tags including the HTML tags and put them in a database field or in other words something like:
Test1
<P> Test1 C <SUP>2</SUP> Test2 <SUP>2</SUP> Test 3 </P>
Can I do this with the XML Input?
Thanks
Magi
I have XML files that include something similar to the example below:
<TEST1>
<P>
Test1 C
<SUP>2</SUP>
Test2
<SUP>2</SUP>
Test 3
</P>
</TEST1>
When I pass this file to the XML Input I get the following Filelds:
Test11
Test11P1
Test11P1Sup1
Test11P1Sup2
The preview gives:
Test11 Test11P1 Test11P1Sup1 Test11P1Sup2
Test1 C 2 2
This means that I have lost most of the information like Test2 and Test3
What I would like to do is to actually get everything that is between the <P> tags including the HTML tags and put them in a database field or in other words something like:
Test1
<P> Test1 C <SUP>2</SUP> Test2 <SUP>2</SUP> Test 3 </P>
Can I do this with the XML Input?
Thanks
Magi