Re: Problems merging XML files
- From: "Mike Glen" <glen@xxxxxxxx>
- Date: Wed, 18 Mar 2009 15:22:47 -0000
Hi Franco,
Try posting on the microsoft.public.project.developer newsgroup (forum). Please see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other useful Project information can be seen at this web address: http://project.mvps.org/faqs.htm
Mike Glen
Project MVP
"Franco Lombardo" <f_lombardo@xxxxxxxxxxx> wrote in message news:gpr0p1$ivn$1@xxxxxxxxxxxxxxx
I use Project 2007. I have a little XML file that I'd like to merge into an empty project. I have to merge the file twice in order to see the actual duration value represented in the plan. What I'm doing wrong? Here is the XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Project xmlns="http://schemas.microsoft.com/project">
<SaveVersion>12</SaveVersion>
<Tasks>
<Task>
<UID>1</UID>
<Name>V090910 - Machine for Japan</Name>
<Type>2</Type>
<OutlineNumber>1</OutlineNumber>
<OutlineLevel>1</OutlineLevel>
<Priority>500</Priority>
<DurationFormat>21</DurationFormat>
<Summary>1</Summary>
<LevelingCanSplit>0</LevelingCanSplit>
<Rollup>1</Rollup>
</Task>
<Task>
<UID>2</UID>
<Name>V090910 - Wiring</Name>
<Type>2</Type>
<OutlineNumber>1.1</OutlineNumber>
<OutlineLevel>2</OutlineLevel>
<Priority>500</Priority>
<Duration>PT56H0M0S</Duration>
<DurationFormat>5</DurationFormat>
<Summary>0</Summary>
<ActualDuration>PT20H0M0S</ActualDuration>
<ConstraintType>0</ConstraintType>
<ConstraintDate>0</ConstraintDate>
<LevelingCanSplit>0</LevelingCanSplit>
<Rollup>0</Rollup>
<PredecessorLink>
<PredecessorUID>3</PredecessorUID>
<Type>3</Type>
<LinkLag>0</LinkLag>
<LagFormat>7</LagFormat>
</PredecessorLink>
</Task>
<Task>
<UID>3</UID>
<Name>V090910 - Mechanical test</Name>
<Type>2</Type>
<Duration>PT56H0M0S</Duration>
<OutlineNumber>1.2</OutlineNumber>
<OutlineLevel>2</OutlineLevel>
<Priority>500</Priority>
<DurationFormat>5</DurationFormat>
<Summary>0</Summary>
<ActualDuration>PT10H0M0S</ActualDuration>
<ConstraintType>0</ConstraintType>
<ConstraintDate>0</ConstraintDate>
<LevelingCanSplit>0</LevelingCanSplit>
<Rollup>0</Rollup>
</Task>
</Tasks>
</Project>
Thanks a lot.
Bye
Franco
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.francolombardo.net
Scala, Java, As400.....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
- Follow-Ups:
- Re: Problems merging XML files
- From: Franco Lombardo
- Re: Problems merging XML files
- References:
- Problems merging XML files
- From: Franco Lombardo
- Problems merging XML files
- Prev by Date: Re: Project 98 and older
- Next by Date: Re: Publish inserted project from temporary master gantt
- Previous by thread: Problems merging XML files
- Next by thread: Re: Problems merging XML files
- Index(es):
Relevant Pages
|