|
|
-
potirakis8 Commented 9 Months ago through Ask
Finally I found a solution on this but still I have one minor issue,,
I used the following attribute:
<XSL:ELEMENT name="AAA">
<xsl:attribute name="xsi:nil">true</xsl:attribute>
</XSL:ELEMENT>
And get the sollowing result:
<AAA xsi:nil="t...
|
-
potirakis8 Commented 9 Months ago through Ask
Is like this:
<?xml version="1.0"?>
<xml catalog="DD" date="13/08/2012" time="14:48:40" version="1.1">
<catalog>
<num id="Number" prec="4"/>
<str id="cc" len="4"/>
<num id="vv" prec="4"/>
<num id="bb" prec="4"/>
...
|
-
potirakis8 Posted 9 Months ago through Ask
Hello,
I want to ask how can I extract an attribute in xml result using xsl.
i.e.
result:
Your help will be valuable...
Thank you in advance...
|
-
potirakis8 Posted 9 Months ago through Ask
Hello,
I have a xml with xsl and I want to extract to the final xml ouput some fields with the attribute also.
i.e.
I want the result to be as follows:
Your help will be valuable...
Thank you in advance...
|
-
potirakis8 Question Asked 12 Months ago through ASK
Hello,
I am trying to generate a csv file from sql with sqlcmd commands.
The csv file is generating correctly but there is a problem with values which have multiple spaces inside.
**example**
'abcd aabb 111 222 a a'
csv result:
abcd aab...
|
-
potirakis8 Posted 12 Months ago through Ask
Hello,
I am trying to generate a csv file from sql with sqlcmd commands.
The csv file is generating correctly but there is a problem with values which have multiple spaces inside.
example
'abcd aabb 111 222 a a'
csv result:
abcd aabb
111
222 a ...
|
-
potirakis8 Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
potirakis8 Commented 1 Years ago through Blogs
I want to ask something regarding the example: **Generating a Total Row per Customer**...
|
-
potirakis8 Commented 1 Years ago through Blogs
Hello,
First of all I would like to thank you for all the examples...They are very useful.
I want to ask something regarding the example:
Generating a Total Row per Customer
I want to extract the same information with your example with the fol...
|