J
jearnshaw
Newbie Moment!!
I hope you guys can help. I admit it I know NOTHING about xml and css.
But I need to get a large amount of data out of xml and onto an
intranet site which uses restricted html.I may be able to use css (if
our new outsourced IT dept lets me) but I am having difficulty
figuring out how to get the style sheets to do what i need.
My page is as follows:
<HTML>
<head>
<TITLE> Information</TITLE>
<link rel="stylesheet" type="text/css" href="excel.css">
</head>
<BODY>
<BusinessUnitNR name="Nomination business unit">blah blah blah</
BusinessUnitNR>
<NominationType name="Nomination type">Service</NominationType>
<TeamName name="Team name">John's team</TeamName>
<Description name="Reason">Athe reasonp</Description>
<FullName name="Nominee name">john doe smith</FullName>
<Department name="Nominee department">where i work</Department>
<TeamMembers name="Team members">not required</TeamMembers>
</p>
<P> </P>
<br>
<P class="small"> Last Modified: 20th February 2007<BR>
</P>
<script src="/footer.js"></script>
</BODY>
</HTML>
I need to change the order of the xml so we get <NominationType
name="Nomination type"> first followed by <FullName name="Nominee
name"> and then everything else.
I also have a <Link> tag which displays and I want it to be invisible.
I have Go-live and Dreamweaver but I am finding it a little hard to
understand what I need to do. I guess I will be spending the Easter
break figuring out how to write xml, css and use go-live or perhaps
get the xml feature of Indesign up and running.
Thanks
JM
I hope you guys can help. I admit it I know NOTHING about xml and css.
But I need to get a large amount of data out of xml and onto an
intranet site which uses restricted html.I may be able to use css (if
our new outsourced IT dept lets me) but I am having difficulty
figuring out how to get the style sheets to do what i need.
My page is as follows:
<HTML>
<head>
<TITLE> Information</TITLE>
<link rel="stylesheet" type="text/css" href="excel.css">
</head>
<BODY>
<BusinessUnitNR name="Nomination business unit">blah blah blah</
BusinessUnitNR>
<NominationType name="Nomination type">Service</NominationType>
<TeamName name="Team name">John's team</TeamName>
<Description name="Reason">Athe reasonp</Description>
<FullName name="Nominee name">john doe smith</FullName>
<Department name="Nominee department">where i work</Department>
<TeamMembers name="Team members">not required</TeamMembers>
</p>
<P> </P>
<br>
<P class="small"> Last Modified: 20th February 2007<BR>
</P>
<script src="/footer.js"></script>
</BODY>
</HTML>
I need to change the order of the xml so we get <NominationType
name="Nomination type"> first followed by <FullName name="Nominee
name"> and then everything else.
I also have a <Link> tag which displays and I want it to be invisible.
I have Go-live and Dreamweaver but I am finding it a little hard to
understand what I need to do. I guess I will be spending the Easter
break figuring out how to write xml, css and use go-live or perhaps
get the xml feature of Indesign up and running.
Thanks
JM