Link to home
Start Free TrialLog in
Avatar of Jack Seaman
Jack SeamanFlag for United States of America

asked on

How do I alter the output where the attributes are elements in this MS SQL statement

Here is the statement I am using to generate the XML.  However it need to have attributes that are elements/


select id, Rtrim(title)as title1, author, datecreated, Rtrim(body) as body1, image1,
REPLACE(RTRIM(SUBSTRING(Title, 1, 25)), ' ', '-') AS pagename
from ecsuheadlines
FOR XML AUTO

Current output:
<ecsuheadlines id="428" title1="Faculty make headlines" author="Kesha Williams" datecreated="2005-01-03T00:00:00" body1="ECSU announces the following briefs of achievements by its faculty and staff: &lt;p&gt;&#xD;&#xA;&#xD;&#xA; &#xD;&#xA;&#xD;&#xA;Dr. Carolyn R. Mahoney, ECSU Provost and Vice Chancellor for Academic Affairs, was a co-author on the National Research Council Report &quot;On Evaluating Curricular Effectiveness: Judging the Quality of K-12 Mathematics Evaluations,&quot; Washington, DC, at the National Academies Press in May 2004.  &lt;p&gt;&#xD;&#xA;&#xD;&#xA;Dr. Carolyn Mahoney, ECSU Provost and Vice Chancellor of Academic Affairs, was an invited plenary speaker at the Education Trust annual national conference on closing the achievement gap. Her talk, entitled &quot;Access, Retention and Completion: The ECSU Story&quot; was delivered to national educators, community leaders and policy makers in Washington, DC in November


Preferred output
<headlines>
<headline>
                <id>428</id>
                <title1> Faculty make headlines </title1>
                <author> Kesha Williams </author>
                <datecreated>2005-01-03T00:00:00</datecreated>
                <body1>ECSU announces the following briefs of achievements by its faculty and staff: &lt;p&gt;&#xD;&#xA;&#xD;&#xA; &#xD;&#xA;&#xD;&#xA;Dr. Carolyn R. Mahoney, ECSU Provost and Vice Chancellor for Academic Affairs, was a co-author on the National Research Council Report &quot;On Evaluating Curricular Effectiveness: Judging the Quality of K-12 Mathematics Evaluations,&quot; Washington, DC, at the National Academies Press in May 2004.  &lt;p&gt;&#xD;&#xA;&#xD;&#xA;Dr. Carolyn Mahoney, ECSU Provost and Vice Chancellor of Academic Affairs, was an invited plenary speaker at the Education Trust annual national conference on closing the achievement gap. Her talk, entitled &quot;Access, Retention and Completion: The ECSU Story&quot; was delivered to national educators, community leaders and policy makers in Washington, DC in November
ASKER CERTIFIED SOLUTION
Avatar of PortletPaul
PortletPaul
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jack Seaman

ASKER

I've tried that and it seems to work.  I've set off the file and will see if this is expectable.  Should know by EOB today.
I've requested that this question be closed as follows:

Accepted answer: 0 points for wjseaman's comment #a40946175

for the following reason:

It worked.
If my solution worked, why is this being closed with zero points?
Where do I award points?
Not that I didn't want too....