By: Victor Amano Izawa - victorsjc
How can I set my parse XML in Jasperreports?
2002-09-25 05:45
Hi everybody,
I would like to set my parse XML in Jasperreports, how can I do?
Victor
Programmer
S o Paulo - Brazil
By: Teodor Danciu - teodord
RE: How can I set my parse XML in Jasperreports?
2002-09-26 06:34
Hi,
What exactly are you trying to do?
Do you want to use a different XML parser?
Is that it?
Thank you,
Teodor
By: Victor Amano Izawa - victorsjc
RE: How can I set my parse XML in Jasperreports?
2002-10-01 07:39
Hi,
No, my parse XML is org.apache.xerces.parsers.SAXParser
but, this only form to set is: by command line or in java code like this: System.setProperty("org.xml.sax.driver", "org.apache.xerces.parsers.SAXParser");
I would like to create a parse throuth this an object or other alternative way...because the security java code.
Thanks for answer,
Victor
By: Curtis Greg W - cgregjam
RE: How can I set my parse XML in Jasperreports?
2002-10-03 09:51
you dont need to set the parser if you are using compile file.
By: Victor Amano Izawa - victorsjc
RE: How can I set my parse XML in Jasperreports?
2002-10-03 11:02
Hi,
Thanks for answer, but I know this is information. But I saw in Jasper API, a class about JasperDigester and you pass an object XML Reader like parameter. Is that works?
Anyway, thank you.
Victor
How can I set my parse XML in Jasperreports?
2002-09-25 05:45
Hi everybody,
I would like to set my parse XML in Jasperreports, how can I do?
Victor
Programmer
S o Paulo - Brazil
By: Teodor Danciu - teodord
RE: How can I set my parse XML in Jasperreports?
2002-09-26 06:34
Hi,
What exactly are you trying to do?
Do you want to use a different XML parser?
Is that it?
Thank you,
Teodor
By: Victor Amano Izawa - victorsjc
RE: How can I set my parse XML in Jasperreports?
2002-10-01 07:39
Hi,
No, my parse XML is org.apache.xerces.parsers.SAXParser
but, this only form to set is: by command line or in java code like this: System.setProperty("org.xml.sax.driver", "org.apache.xerces.parsers.SAXParser");
I would like to create a parse throuth this an object or other alternative way...because the security java code.
Thanks for answer,
Victor
By: Curtis Greg W - cgregjam
RE: How can I set my parse XML in Jasperreports?
2002-10-03 09:51
you dont need to set the parser if you are using compile file.
By: Victor Amano Izawa - victorsjc
RE: How can I set my parse XML in Jasperreports?
2002-10-03 11:02
Hi,
Thanks for answer, but I know this is information. But I saw in Jasper API, a class about JasperDigester and you pass an object XML Reader like parameter. Is that works?
Anyway, thank you.
Victor
0 Answers:
No answers yet