SourceForge.net | 4 Jun 2003 19:32
Picon
Favicon

[ expat-Bugs-749026 ] Won't compile with C++

Bugs item #749026, was opened at 2003-06-04 10:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=749026&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Won't compile with C++

Initial Comment:
expat-1.95.6.tar.gz
SunOS 5.8 Generic_108528-18 sun4u sparc
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-
09 2002/07/17
Compilation flags: -xO4

expat fails to compile due to a forward reference to
enum XML_Status in expat.h.

Please see attached patch expat.h.patch

Thanks,

 David Robinson

(Continue reading)

SourceForge.net | 4 Jun 2003 19:35
Picon
Favicon

[ expat-Bugs-749026 ] Won't compile with C++

Bugs item #749026, was opened at 2003-06-04 10:32
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=749026&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Won't compile with C++

Initial Comment:
expat-1.95.6.tar.gz
SunOS 5.8 Generic_108528-18 sun4u sparc
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-
09 2002/07/17
Compilation flags: -xO4

expat fails to compile due to a forward reference to
enum XML_Status in expat.h.

Please see attached patch expat.h.patch

Thanks,

 David Robinson

(Continue reading)

SourceForge.net | 4 Jun 2003 20:00
Picon
Favicon

[ expat-Bugs-749026 ] Won't compile with C++

Bugs item #749026, was opened at 2003-06-04 13:32
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=749026&group_id=10127

Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Won't compile with C++

Initial Comment:
expat-1.95.6.tar.gz
SunOS 5.8 Generic_108528-18 sun4u sparc
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-
09 2002/07/17
Compilation flags: -xO4

expat fails to compile due to a forward reference to
enum XML_Status in expat.h.

Please see attached patch expat.h.patch

Thanks,

 David Robinson

(Continue reading)

SourceForge.net | 10 Jun 2003 22:03
Picon
Favicon

[ expat-Bugs-752139 ] < error

Bugs item #752139, was opened at 2003-06-10 13:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: < error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)

SourceForge.net | 10 Jun 2003 22:25
Picon
Favicon

[ expat-Bugs-752139 ] &#60; error

Bugs item #752139, was opened at 2003-06-10 16:03
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: &#60; error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)

SourceForge.net | 11 Jun 2003 13:30
Picon
Favicon

[ expat-Bugs-752139 ] &#60; error

Bugs item #752139, was opened at 2003-06-10 13:03
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: &#60; error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)

SourceForge.net | 11 Jun 2003 13:39
Picon
Favicon

[ expat-Bugs-752139 ] &#60; error

Bugs item #752139, was opened at 2003-06-10 13:03
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: &#60; error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)

SourceForge.net | 11 Jun 2003 15:41
Picon
Favicon

[ expat-Bugs-752139 ] &#60; error

Bugs item #752139, was opened at 2003-06-10 16:03
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: &#60; error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)

SourceForge.net | 11 Jun 2003 18:06
Picon
Favicon

[ expat-Bugs-752139 ] &#60; error

Bugs item #752139, was opened at 2003-06-10 13:03
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: &#60; error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)

SourceForge.net | 11 Jun 2003 18:47
Picon
Favicon

[ expat-Bugs-752139 ] &#60; error

Bugs item #752139, was opened at 2003-06-10 16:03
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=752139&group_id=10127

Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: &#60; error

Initial Comment:
<Test>
<Row>&#60;OK&#62;</Row>
</Test>

For the test case above, I assume the result in 
void characterDataHandler(void *userData, const 
XML_Char *s, int len)
{
}

*s should be "&#60;OK&#62;"
but the result I got was "<"

Is it a bug or by design?

(Continue reading)


Gmane